#32958D

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

Shades of Blue Chill #32958D

Tints of Blue Chill #32958D

Color information

#32958D (or 0x32958D) is unknown color: approx Blue Chill. HEX triplet: 32, 95 and 8D. RGB value is (50,149,141). Sum of RGB (Red+Green+Blue) = 50+149+141=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #32958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32958D is #CD6A72. Grayscale: #767676. Windows color (decimal): -13462131 or 9278770. OLE color: 9278770.

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

Color convert

RGB50149141-
CMYK0.6600.050.42
HSL175.15º49.75%39.02%-
HSV(B)175.15º66.44%58.43%-
XYZ16.8724.128.96-
YUV118.49140.779.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.71%
GREEN value IS 149 (58.59% from 255) = 43.82%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=14.71%
G=43.82%
B=41.47%

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
Decimal501491410.6600.050.42175.1549.7539.02
Hex32958D42052Aaf3227
Octal6222521510205522576247
Binary11001010010101100011011000010010110101010101111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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