#359187

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

Shades of Blue Chill #359187

Tints of Blue Chill #359187

Color information

#359187 (or 0x359187) is unknown color: approx Blue Chill. HEX triplet: 35, 91 and 87. RGB value is (53,145,135). Sum of RGB (Red+Green+Blue) = 53+145+135=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #359187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359187 is #CA6E78. Grayscale: #747474. Windows color (decimal): -13266553 or 8884533. OLE color: 8884533.

HSL color Cylindrical-coordinate representation of color #359187: hue angle of 173.48º 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 #359187 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB53145135-
CMYK0.6300.070.43
HSL173.48º46.46%38.82%-
HSV(B)173.48º63.45%56.86%-
XYZ15.9722.7626.47-
YUV116.35138.5282.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.92%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 135 (53.12% from 255) = 40.54%
R=15.92%
G=43.54%
B=40.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531451350.6300.070.43173.4846.4638.82
Hex3591873F072Bad2e27
Octal652212077707532555647
Binary1101011001000110000111111111011110101110101101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359187; }

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

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

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

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

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

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

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

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