#21828b

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

Shades of Atoll #21828B

Tints of Atoll #21828B

Color information

#21828B (or 0x21828B) is unknown color: approx Atoll. HEX triplet: 21, 82 and 8B. RGB value is (33,130,139). Sum of RGB (Red+Green+Blue) = 33+130+139=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #21828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21828B is #DE7D74. Grayscale: #656565. Windows color (decimal): -14581109 or 9142817. OLE color: 9142817.

HSL color Cylindrical-coordinate representation of color #21828B: hue angle of 185.09º 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 #21828B is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB33130139-
CMYK0.760.0600.45
HSL185.09º61.63%33.73%-
HSV(B)185.09º76.26%54.51%-
XYZ13.2718.1527.23-
YUV102.02148.8678.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.93%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=10.93%
G=43.05%
B=46.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331301390.760.0600.45185.0961.6333.73
Hex21828B4C602Db93e22
Octal4120221311460552717642
Binary10000110000010100010111001100110010110110111001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21828b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21828b; }

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

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

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

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

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

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

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

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