#32808B

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

Shades of Atoll #32808B

Tints of Atoll #32808B

Color information

#32808B (or 0x32808B) is unknown color: approx Atoll. HEX triplet: 32, 80 and 8B. RGB value is (50,128,139). Sum of RGB (Red+Green+Blue) = 50+128+139=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #32808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32808B is #CD7F74. Grayscale: #696969. Windows color (decimal): -13467509 or 9142322. OLE color: 9142322.

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

Color convert

RGB50128139-
CMYK0.640.0800.45
HSL187.42º47.09%37.06%-
HSV(B)187.42º64.03%54.51%-
XYZ13.6917.9827.17-
YUV105.93146.6688.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.77%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=15.77%
G=40.38%
B=43.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501281390.640.0800.45187.4247.0937.06
Hex32808B40802Dbb2f25
Octal62200213100100552735745
Binary110010100000001000101110000001000010110110111011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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