#358F91

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

Shades of Blue Chill #358F91

Tints of Blue Chill #358F91

Color information

#358F91 (or 0x358F91) is unknown color: approx Blue Chill. HEX triplet: 35, 8F and 91. RGB value is (53,143,145). Sum of RGB (Red+Green+Blue) = 53+143+145=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #358F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F91 is #CA706E. Grayscale: #747474. Windows color (decimal): -13267055 or 9539381. OLE color: 9539381.

HSL color Cylindrical-coordinate representation of color #358F91: hue angle of 181.3º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F91 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB53143145-
CMYK0.630.0100.43
HSL181.3º46.46%38.82%-
HSV(B)181.3º63.45%56.86%-
XYZ16.422.4530.26-
YUV116.32144.1882.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.54%
GREEN value IS 143 (56.25% from 255) = 41.94%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=15.54%
G=41.94%
B=42.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531431450.630.0100.43181.346.4638.82
Hex358F913F102Bb52e27
Octal652172217710532655647
Binary11010110001111100100011111111010101110110101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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