Shades of Blue Chill #359699
Tints of Blue Chill #359699
RGB
CMYK
RGB Variations
Color information
#359699 (or 0x359699) is known color: Blue Chill. HEX triplet: 35, 96 and 99. RGB value is (53,150,153). Sum of RGB (Red+Green+Blue) = 53+150+153=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #359699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359699 is #CA6966. Grayscale: #797979. Windows color (decimal): -13265255 or 10065461. OLE color: 10065461.
HSL color Cylindrical-coordinate representation of color #359699: hue angle of 181.8º degrees, saturation: 0.49, 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 #359699 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 150 | 153 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.4 |
| HSL | 181.8º | 0.49% | 0.4% | - |
| HSV(B) | 181.8º | 0.65% | 0.6% | - |
| XYZ | 18.12 | 24.87 | 33.98 | - |
| YUV | 121.34 | 145.86 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 150 | 153 | 0.65 | 0.02 | 0 | 0.4 | 181.8 | 0.49 | 0.4 |
| Hex | 35 | 96 | 99 | 41 | 2 | 0 | 28 | B6 | 31 | 28 |
| Octal | 65 | 226 | 231 | 101 | 2 | 0 | 50 | 266 | 61 | 50 |
| Binary | 110101 | 10010110 | 10011001 | 1000001 | 10 | 0 | 101000 | 10110110 | 110001 | 101000 |
Color Harmonies of #359699
Complementary color
Monochromatic Colors of #359699
Black with #359699
Text Example
Text Example
White with #359699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359699; }
p { color: rgb(53,150,153); }
H1.HeaderClassName
{
color: #359699;
}
.AnyTagClassName
{
color: #359699;
}
</style>
background-color css
<style>
a { background-color: #359699; }
a { background-color: rgb(53,150,153); }
div.DivClassName
{
background-color: #359699;
}
.BgClassName
{
background-color: #359699;
}
</style>
border-color css
<style>
span { border-color: #359699; }
span { border-color: rgb(53,150,153); }
td.TdClassName
{
border-color: #359699;
}
.TagClassName
{
border-color: #359699;
}
</style>