#32958C

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

Shades of Blue Chill #32958C

Tints of Blue Chill #32958C

Color information

#32958C (or 0x32958C) is unknown color: approx Blue Chill. HEX triplet: 32, 95 and 8C. RGB value is (50,149,140). Sum of RGB (Red+Green+Blue) = 50+149+140=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #32958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32958C is #CD6A73. Grayscale: #767676. Windows color (decimal): -13462132 or 9213234. OLE color: 9213234.

HSL color Cylindrical-coordinate representation of color #32958C: hue angle of 174.55º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32958C is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB50149140-
CMYK0.6600.060.42
HSL174.55º49.75%39.02%-
HSV(B)174.55º66.44%58.43%-
XYZ16.824.0728.57-
YUV118.37140.279.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.75%
GREEN value IS 149 (58.59% from 255) = 43.95%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=14.75%
G=43.95%
B=41.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501491400.6600.060.42174.5549.7539.02
Hex32958C42062Aaf3227
Octal6222521410206522576247
Binary11001010010101100011001000010011010101010101111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32958C; }

 p { color: rgb(50,149,140); }

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

<style>
 a { background-color: #32958C; }

 a { background-color: rgb(50,149,140); }

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

<style>
 span { border-color: #32958C; }

 span { border-color: rgb(50,149,140); }

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