#358D86

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

Shades of Blue Chill #358D86

Tints of Blue Chill #358D86

Color information

#358D86 (or 0x358D86) is unknown color: approx Blue Chill. HEX triplet: 35, 8D and 86. RGB value is (53,141,134). Sum of RGB (Red+Green+Blue) = 53+141+134=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 141 - color contains mainly: green. Hex color #358D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358D86 is #CA7279. Grayscale: #717171. Windows color (decimal): -13267578 or 8817973. OLE color: 8817973.

HSL color Cylindrical-coordinate representation of color #358D86: hue angle of 175.23º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358D86 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB53141134-
CMYK0.6200.050.45
HSL175.23º45.36%38.04%-
HSV(B)175.23º62.41%55.29%-
XYZ15.321.5325.9-
YUV113.89139.3584.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.16%
GREEN value IS 141 (55.47% from 255) = 42.99%
BLUE value IS 134 (52.73% from 255) = 40.85%
R=16.16%
G=42.99%
B=40.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531411340.6200.050.45175.2345.3638.04
Hex358D863E052Daf2d26
Octal652152067605552575546
Binary1101011000110110000110111110010110110110101111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,141,134); }

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

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

 a { background-color: rgb(53,141,134); }

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

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

 span { border-color: rgb(53,141,134); }

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