#21808B

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

Shades of Atoll #21808B

Tints of Atoll #21808B

Color information

#21808B (or 0x21808B) is unknown color: approx Atoll. HEX triplet: 21, 80 and 8B. RGB value is (33,128,139). Sum of RGB (Red+Green+Blue) = 33+128+139=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #21808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21808B is #DE7F74. Grayscale: #646464. Windows color (decimal): -14581621 or 9142305. OLE color: 9142305.

HSL color Cylindrical-coordinate representation of color #21808B: hue angle of 186.23º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21808B is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB33128139-
CMYK0.760.0800.45
HSL186.23º61.63%33.73%-
HSV(B)186.23º76.26%54.51%-
XYZ13.0117.6327.14-
YUV100.85149.5379.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 139 (54.69% from 255) = 46.33%
R=11%
G=42.67%
B=46.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331281390.760.0800.45186.2361.6333.73
Hex21808B4C802Dba3e22
Octal41200213114100552727642
Binary100001100000001000101110011001000010110110111010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21808B; }

 p { color: rgb(33,128,139); }

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

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

 a { background-color: rgb(33,128,139); }

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

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

 span { border-color: rgb(33,128,139); }

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