#32958E

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

Shades of Blue Chill #32958E

Tints of Blue Chill #32958E

Color information

#32958E (or 0x32958E) is unknown color: approx Blue Chill. HEX triplet: 32, 95 and 8E. RGB value is (50,149,142). Sum of RGB (Red+Green+Blue) = 50+149+142=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #32958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32958E is #CD6A71. Grayscale: #767676. Windows color (decimal): -13462130 or 9344306. OLE color: 9344306.

HSL color Cylindrical-coordinate representation of color #32958E: hue angle of 175.76º 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 #32958E is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB50149142-
CMYK0.6600.050.42
HSL175.76º49.75%39.02%-
HSV(B)175.76º66.44%58.43%-
XYZ16.9524.1329.35-
YUV118.6141.279.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.66%
GREEN value IS 149 (58.59% from 255) = 43.70%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=14.66%
G=43.70%
B=41.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501491420.6600.050.42175.7649.7539.02
Hex32958E42052Ab03227
Octal6222521610205522606247
Binary11001010010101100011101000010010110101010110000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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