#32858E

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

Shades of Blue Chill #32858E

Tints of Blue Chill #32858E

Color information

#32858E (or 0x32858E) is unknown color: approx Blue Chill. HEX triplet: 32, 85 and 8E. RGB value is (50,133,142). Sum of RGB (Red+Green+Blue) = 50+133+142=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #32858E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32858E is #CD7A71. Grayscale: #6D6D6D. Windows color (decimal): -13466226 or 9340210. OLE color: 9340210.

HSL color Cylindrical-coordinate representation of color #32858E: hue angle of 185.87º 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 #32858E is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50133142-
CMYK0.650.0600.44
HSL185.87º47.92%37.65%-
HSV(B)185.87º64.79%55.69%-
XYZ14.5919.4128.57-
YUV109.21146.585.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.38%
GREEN value IS 133 (52.34% from 255) = 40.92%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=15.38%
G=40.92%
B=43.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501331420.650.0600.44185.8747.9237.65
Hex32858E41602Cba3026
Octal6220521610160542726046
Binary11001010000101100011101000001110010110010111010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,133,142); }

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

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

 a { background-color: rgb(50,133,142); }

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

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

 span { border-color: rgb(50,133,142); }

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