#358D85

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

Shades of Blue Chill #358D85

Tints of Blue Chill #358D85

Color information

#358D85 (or 0x358D85) is unknown color: approx Blue Chill. HEX triplet: 35, 8D and 85. RGB value is (53,141,133). Sum of RGB (Red+Green+Blue) = 53+141+133=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #358D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358D85 is #CA727A. Grayscale: #717171. Windows color (decimal): -13267579 or 8752437. OLE color: 8752437.

HSL color Cylindrical-coordinate representation of color #358D85: hue angle of 174.55º 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 #358D85 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB53141133-
CMYK0.6200.060.45
HSL174.55º45.36%38.04%-
HSV(B)174.55º62.41%55.29%-
XYZ15.2321.525.54-
YUV113.78138.8584.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.21%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 133 (52.34% from 255) = 40.67%
R=16.21%
G=43.12%
B=40.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531411330.6200.060.45174.5545.3638.04
Hex358D853E062Daf2d26
Octal652152057606552575546
Binary1101011000110110000101111110011010110110101111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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