#217177

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

Shades of Atoll #217177

Tints of Atoll #217177

Color information

#217177 (or 0x217177) is unknown color: approx Atoll. HEX triplet: 21, 71 and 77. RGB value is (33,113,119). Sum of RGB (Red+Green+Blue) = 33+113+119=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #217177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217177 is #DE8E88. Grayscale: #595959. Windows color (decimal): -14585481 or 7827745. OLE color: 7827745.

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

Color convert

RGB33113119-
CMYK0.720.0500.53
HSL184.19º56.58%29.8%-
HSV(B)184.19º72.27%46.67%-
XYZ9.8613.4719.53-
YUV89.76144.587.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.45%
GREEN value IS 113 (44.53% from 255) = 42.64%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=12.45%
G=42.64%
B=44.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331131190.720.0500.53184.1956.5829.8
Hex217177485035b8391e
Octal4116116711050652707136
Binary10000111100011110111100100010101101011011100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217177; }

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

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

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

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

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

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

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

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