#217981

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

Shades of Atoll #217981

Tints of Atoll #217981

Color information

#217981 (or 0x217981) is unknown color: approx Atoll. HEX triplet: 21, 79 and 81. RGB value is (33,121,129). Sum of RGB (Red+Green+Blue) = 33+121+129=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #217981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217981 is #DE867E. Grayscale: #5F5F5F. Windows color (decimal): -14583423 or 8485153. OLE color: 8485153.

HSL color Cylindrical-coordinate representation of color #217981: hue angle of 185º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217981 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB33121129-
CMYK0.740.0600.49
HSL185º59.26%31.76%-
HSV(B)185º74.42%50.59%-
XYZ11.4315.5823.17-
YUV95.6146.8583.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 121 (47.66% from 255) = 42.76%
BLUE value IS 129 (50.78% from 255) = 45.58%
R=11.66%
G=42.76%
B=45.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331211290.740.0600.4918559.2631.76
Hex2179814A6031b93b20
Octal4117120111260612717340
Binary1000011111001100000011001010110011000110111001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217981; }

 p { color: rgb(33,121,129); }

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

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

 a { background-color: rgb(33,121,129); }

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

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

 span { border-color: rgb(33,121,129); }

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