Shades of Blue Chill #369699
Tints of Blue Chill #369699
RGB
CMYK
RGB Variations
Color information
#369699 (or 0x369699) is known color: Blue Chill. HEX triplet: 36, 96 and 99. RGB value is (54,150,153). Sum of RGB (Red+Green+Blue) = 54+150+153=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #369699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369699 is #C96966. Grayscale: #797979. Windows color (decimal): -13199719 or 10065462. OLE color: 10065462.
HSL color Cylindrical-coordinate representation of color #369699: hue angle of 181.82º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369699 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 150 | 153 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.4 |
| HSL | 181.82º | 0.48% | 0.41% | - |
| HSV(B) | 181.82º | 0.65% | 0.6% | - |
| XYZ | 18.18 | 24.9 | 33.98 | - |
| YUV | 121.64 | 145.7 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 153 | 0.65 | 0.02 | 0 | 0.4 | 181.82 | 0.48 | 0.41 |
| Hex | 36 | 96 | 99 | 41 | 2 | 0 | 28 | B6 | 30 | 29 |
| Octal | 66 | 226 | 231 | 101 | 2 | 0 | 50 | 266 | 60 | 51 |
| Binary | 110110 | 10010110 | 10011001 | 1000001 | 10 | 0 | 101000 | 10110110 | 110000 | 101001 |
Color Harmonies of #369699
Complementary color
Monochromatic Colors of #369699
Black with #369699
Text Example
Text Example
White with #369699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369699; }
p { color: rgb(54,150,153); }
H1.HeaderClassName
{
color: #369699;
}
.AnyTagClassName
{
color: #369699;
}
</style>
background-color css
<style>
a { background-color: #369699; }
a { background-color: rgb(54,150,153); }
div.DivClassName
{
background-color: #369699;
}
.BgClassName
{
background-color: #369699;
}
</style>
border-color css
<style>
span { border-color: #369699; }
span { border-color: rgb(54,150,153); }
td.TdClassName
{
border-color: #369699;
}
.TagClassName
{
border-color: #369699;
}
</style>