#32908B

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

Shades of Blue Chill #32908B

Tints of Blue Chill #32908B

Color information

#32908B (or 0x32908B) is unknown color: approx Blue Chill. HEX triplet: 32, 90 and 8B. RGB value is (50,144,139). Sum of RGB (Red+Green+Blue) = 50+144+139=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #32908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32908B is #CD6F74. Grayscale: #737373. Windows color (decimal): -13463413 or 9146418. OLE color: 9146418.

HSL color Cylindrical-coordinate representation of color #32908B: hue angle of 176.81º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32908B is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB50144139-
CMYK0.6500.030.44
HSL176.81º48.45%38.04%-
HSV(B)176.81º65.28%56.47%-
XYZ15.9522.4927.93-
YUV115.32141.3681.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.02%
GREEN value IS 144 (56.64% from 255) = 43.24%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=15.02%
G=43.24%
B=41.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501441390.6500.030.44176.8148.4538.04
Hex32908B41032Cb13026
Octal6222021310103542616046
Binary1100101001000010001011100000101110110010110001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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