#358E87

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

Shades of Blue Chill #358E87

Tints of Blue Chill #358E87

Color information

#358E87 (or 0x358E87) is unknown color: approx Blue Chill. HEX triplet: 35, 8E and 87. RGB value is (53,142,135). Sum of RGB (Red+Green+Blue) = 53+142+135=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #358E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358E87 is #CA7178. Grayscale: #727272. Windows color (decimal): -13267321 or 8883765. OLE color: 8883765.

HSL color Cylindrical-coordinate representation of color #358E87: hue angle of 175.28º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358E87 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB53142135-
CMYK0.6300.050.44
HSL175.28º45.64%38.24%-
HSV(B)175.28º62.68%55.69%-
XYZ15.5121.8526.32-
YUV114.59139.5184.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.06%
GREEN value IS 142 (55.86% from 255) = 43.03%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=16.06%
G=43.03%
B=40.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531421350.6300.050.44175.2845.6438.24
Hex358E873F052Caf2e26
Octal652162077705542575646
Binary1101011000111010000111111111010110110010101111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358E87; }

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

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

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

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

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

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

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

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