#21818E

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

Shades of Atoll #21818E

Tints of Atoll #21818E

Color information

#21818E (or 0x21818E) is unknown color: approx Atoll. HEX triplet: 21, 81 and 8E. RGB value is (33,129,142). Sum of RGB (Red+Green+Blue) = 33+129+142=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #21818E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21818E is #DE7E71. Grayscale: #656565. Windows color (decimal): -14581362 or 9339169. OLE color: 9339169.

HSL color Cylindrical-coordinate representation of color #21818E: hue angle of 187.16º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21818E is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB33129142-
CMYK0.770.0900.44
HSL187.16º62.29%34.31%-
HSV(B)187.16º76.76%55.69%-
XYZ13.3617.9828.36-
YUV101.78150.778.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.86%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=10.86%
G=42.43%
B=46.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331291420.770.0900.44187.1662.2934.31
Hex21818E4D902Cbb3e22
Octal41201216115110542737642
Binary100001100000011000111010011011001010110010111011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21818E; }

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

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

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

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

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

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

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

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