#358C8E

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

Shades of Blue Chill #358C8E

Tints of Blue Chill #358C8E

Color information

#358C8E (or 0x358C8E) is unknown color: approx Blue Chill. HEX triplet: 35, 8C and 8E. RGB value is (53,140,142). Sum of RGB (Red+Green+Blue) = 53+140+142=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #358C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358C8E is #CA7371. Grayscale: #727272. Windows color (decimal): -13267826 or 9342005. OLE color: 9342005.

HSL color Cylindrical-coordinate representation of color #358C8E: hue angle of 181.35º 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 #358C8E is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53140142-
CMYK0.630.0100.44
HSL181.35º45.64%38.24%-
HSV(B)181.35º62.68%55.69%-
XYZ15.7321.4728.91-
YUV114.21143.6884.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=15.82%
G=41.79%
B=42.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531401420.630.0100.44181.3545.6438.24
Hex358C8E3F102Cb52e26
Octal652142167710542655646
Binary11010110001100100011101111111010110010110101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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