#358F8C

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

Shades of Blue Chill #358F8C

Tints of Blue Chill #358F8C

Color information

#358F8C (or 0x358F8C) is unknown color: approx Blue Chill. HEX triplet: 35, 8F and 8C. RGB value is (53,143,140). Sum of RGB (Red+Green+Blue) = 53+143+140=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 143 - color contains mainly: green. Hex color #358F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F8C is #CA7073. Grayscale: #737373. Windows color (decimal): -13267060 or 9211701. OLE color: 9211701.

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

Color convert

RGB53143140-
CMYK0.6300.020.44
HSL178º45.92%38.43%-
HSV(B)178º62.94%56.08%-
XYZ16.0222.328.27-
YUV115.75141.6883.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 143 (56.25% from 255) = 42.56%
BLUE value IS 140 (55.08% from 255) = 41.67%
R=15.77%
G=42.56%
B=41.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531431400.6300.020.4417845.9238.43
Hex358F8C3F022Cb22e26
Octal652172147702542625646
Binary110101100011111000110011111101010110010110010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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