#217377

Color #217377 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #217377

Tints of Atoll #217377

Color information

#217377 (or 0x217377) is unknown color: approx Atoll. HEX triplet: 21, 73 and 77. RGB value is (33,115,119). Sum of RGB (Red+Green+Blue) = 33+115+119=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #217377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217377 is #DE8C88. Grayscale: #5A5A5A. Windows color (decimal): -14584969 or 7828257. OLE color: 7828257.

HSL color Cylindrical-coordinate representation of color #217377: hue angle of 182.79º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217377 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB33115119-
CMYK0.720.0300.53
HSL182.79º56.58%29.8%-
HSV(B)182.79º72.27%46.67%-
XYZ10.0913.9219.61-
YUV90.94143.8386.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 12.36%
GREEN value IS 115 (45.31% from 255) = 43.07%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=12.36%
G=43.07%
B=44.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331151190.720.0300.53182.7956.5829.8
Hex217377483035b7391e
Octal4116316711030652677136
Binary1000011110011111011110010001101101011011011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217377; }

 p { color: rgb(33,115,119); }

 H1.HeaderClassName
 {
   color: #217377;
 }
 .AnyTagClassName
 {
   color: #217377;
 }
</style>
background-color css

<style>
 a { background-color: #217377; }

 a { background-color: rgb(33,115,119); }

 div.DivClassName
 {
   background-color: #217377;
 }
 .BgClassName
 {
   background-color: #217377;
 }
</style>
border-color css

<style>
 span { border-color: #217377; }

 span { border-color: rgb(33,115,119); }

 td.TdClassName
 {
   border-color: #217377;
 }
 .TagClassName
 {
   border-color: #217377;
 }
</style>