Shades of Blue Chill #359892
Tints of Blue Chill #359892
RGB
CMYK
RGB Variations
Color information
#359892 (or 0x359892) is known color: Blue Chill. HEX triplet: 35, 98 and 92. RGB value is (53,152,146). Sum of RGB (Red+Green+Blue) = 53+152+146=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #359892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359892 is #CA676D. Grayscale: #797979. Windows color (decimal): -13264750 or 9607221. OLE color: 9607221.
HSL color Cylindrical-coordinate representation of color #359892: hue angle of 176.36º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359892 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 152 | 146 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.40 |
| HSL | 176.36º | 0.48% | 0.4% | - |
| HSV(B) | 176.36º | 0.65% | 0.6% | - |
| XYZ | 17.88 | 25.29 | 31.13 | - |
| YUV | 121.72 | 141.7 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 152 | 146 | 0.65 | 0 | 0.04 | 0.40 | 176.36 | 0.48 | 0.4 |
| Hex | 35 | 98 | 92 | 41 | 0 | 4 | 28 | B0 | 30 | 28 |
| Octal | 65 | 230 | 222 | 101 | 0 | 4 | 50 | 260 | 60 | 50 |
| Binary | 110101 | 10011000 | 10010010 | 1000001 | 0 | 100 | 101000 | 10110000 | 110000 | 101000 |
Color Harmonies of #359892
Complementary color
Monochromatic Colors of #359892
Black with #359892
Text Example
Text Example
White with #359892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359892; }
p { color: rgb(53,152,146); }
H1.HeaderClassName
{
color: #359892;
}
.AnyTagClassName
{
color: #359892;
}
</style>
background-color css
<style>
a { background-color: #359892; }
a { background-color: rgb(53,152,146); }
div.DivClassName
{
background-color: #359892;
}
.BgClassName
{
background-color: #359892;
}
</style>
border-color css
<style>
span { border-color: #359892; }
span { border-color: rgb(53,152,146); }
td.TdClassName
{
border-color: #359892;
}
.TagClassName
{
border-color: #359892;
}
</style>