Shades of Blue Chill #359896
Tints of Blue Chill #359896
RGB
CMYK
RGB Variations
Color information
#359896 (or 0x359896) is known color: Blue Chill. HEX triplet: 35, 98 and 96. RGB value is (53,152,150). Sum of RGB (Red+Green+Blue) = 53+152+150=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #359896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359896 is #CA6769. Grayscale: #7A7A7A. Windows color (decimal): -13264746 or 9869365. OLE color: 9869365.
HSL color Cylindrical-coordinate representation of color #359896: hue angle of 178.79º 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 #359896 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 152 | 150 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.40 |
| HSL | 178.79º | 0.48% | 0.4% | - |
| HSV(B) | 178.79º | 0.65% | 0.6% | - |
| XYZ | 18.2 | 25.42 | 32.8 | - |
| YUV | 122.17 | 143.7 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 152 | 150 | 0.65 | 0 | 0.01 | 0.40 | 178.79 | 0.48 | 0.4 |
| Hex | 35 | 98 | 96 | 41 | 0 | 1 | 28 | B3 | 30 | 28 |
| Octal | 65 | 230 | 226 | 101 | 0 | 1 | 50 | 263 | 60 | 50 |
| Binary | 110101 | 10011000 | 10010110 | 1000001 | 0 | 1 | 101000 | 10110011 | 110000 | 101000 |
Color Harmonies of #359896
Complementary color
Monochromatic Colors of #359896
Black with #359896
Text Example
Text Example
White with #359896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359896; }
p { color: rgb(53,152,150); }
H1.HeaderClassName
{
color: #359896;
}
.AnyTagClassName
{
color: #359896;
}
</style>
background-color css
<style>
a { background-color: #359896; }
a { background-color: rgb(53,152,150); }
div.DivClassName
{
background-color: #359896;
}
.BgClassName
{
background-color: #359896;
}
</style>
border-color css
<style>
span { border-color: #359896; }
span { border-color: rgb(53,152,150); }
td.TdClassName
{
border-color: #359896;
}
.TagClassName
{
border-color: #359896;
}
</style>