#358987

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

Shades of Blue Chill #358987

Tints of Blue Chill #358987

Color information

#358987 (or 0x358987) is unknown color: approx Blue Chill. HEX triplet: 35, 89 and 87. RGB value is (53,137,135). Sum of RGB (Red+Green+Blue) = 53+137+135=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #358987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358987 is #CA7678. Grayscale: #6F6F6F. Windows color (decimal): -13268601 or 8882485. OLE color: 8882485.

HSL color Cylindrical-coordinate representation of color #358987: hue angle of 178.57º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358987 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB53137135-
CMYK0.6100.010.46
HSL178.57º44.21%37.25%-
HSV(B)178.57º61.31%53.73%-
XYZ14.7920.426.08-
YUV111.66141.1786.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 135 (53.12% from 255) = 41.54%
R=16.31%
G=42.15%
B=41.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531371350.6100.010.46178.5744.2137.25
Hex3589873D012Eb32c25
Octal652112077501562635445
Binary11010110001001100001111111010110111010110011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358987; }

 p { color: rgb(53,137,135); }

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

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

 a { background-color: rgb(53,137,135); }

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

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

 span { border-color: rgb(53,137,135); }

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