#217477

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

Shades of Atoll #217477

Tints of Atoll #217477

Color information

#217477 (or 0x217477) is unknown color: approx Atoll. HEX triplet: 21, 74 and 77. RGB value is (33,116,119). Sum of RGB (Red+Green+Blue) = 33+116+119=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #217477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217477 is #DE8B88. Grayscale: #5B5B5B. Windows color (decimal): -14584713 or 7828513. OLE color: 7828513.

HSL color Cylindrical-coordinate representation of color #217477: hue angle of 182.09º 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 #217477 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB33116119-
CMYK0.720.0300.53
HSL182.09º56.58%29.8%-
HSV(B)182.09º72.27%46.67%-
XYZ10.214.1519.65-
YUV91.52143.586.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 116 (45.70% from 255) = 43.28%
BLUE value IS 119 (46.88% from 255) = 44.40%
R=12.31%
G=43.28%
B=44.40%

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
Decimal331161190.720.0300.53182.0956.5829.8
Hex217477483035b6391e
Octal4116416711030652667136
Binary1000011110100111011110010001101101011011011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217477; }

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

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

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

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

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

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

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

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