Shades of Blue Chill #359187
Tints of Blue Chill #359187
RGB
CMYK
RGB Variations
Color information
#359187 (or 0x359187) is known color: 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
| RGB | 53 | 145 | 135 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.43 |
| HSL | 173.48º | 0.46% | 0.39% | - |
| HSV(B) | 173.48º | 0.63% | 0.57% | - |
| XYZ | 15.97 | 22.76 | 26.47 | - |
| YUV | 116.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 145 | 135 | 0.63 | 0 | 0.07 | 0.43 | 173.48 | 0.46 | 0.39 |
| Hex | 35 | 91 | 87 | 3F | 0 | 7 | 2B | AD | 2E | 27 |
| Octal | 65 | 221 | 207 | 77 | 0 | 7 | 53 | 255 | 56 | 47 |
| Binary | 110101 | 10010001 | 10000111 | 111111 | 0 | 111 | 101011 | 10101101 | 101110 | 100111 |
Color Harmonies of #359187
Complementary color
Monochromatic Colors of #359187
Black with #359187
Text Example
Text Example
White with #359187
Text Example
Text Example
HTML Codes & Css Web 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>