Shades of Blue Chill #369999
Tints of Blue Chill #369999
RGB
CMYK
RGB Variations
Color information
#369999 (or 0x369999) is known color: Blue Chill. HEX triplet: 36, 99 and 99. RGB value is (54,153,153). Sum of RGB (Red+Green+Blue) = 54+153+153=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #369999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369999 is #C96666. Grayscale: #7B7B7B. Windows color (decimal): -13198951 or 10066230. OLE color: 10066230.
HSL color Cylindrical-coordinate representation of color #369999: hue angle of 180º 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 #369999 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 153 | 153 | - |
| CMYK | 0.65 | 0 | 0 | 0.4 |
| HSL | 180º | 0.48% | 0.41% | - |
| HSV(B) | 180º | 0.65% | 0.6% | - |
| XYZ | 18.66 | 25.87 | 34.15 | - |
| YUV | 123.4 | 144.7 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 153 | 0.65 | 0 | 0 | 0.4 | 180 | 0.48 | 0.41 |
| Hex | 36 | 99 | 99 | 41 | 0 | 0 | 28 | B4 | 30 | 29 |
| Octal | 66 | 231 | 231 | 101 | 0 | 0 | 50 | 264 | 60 | 51 |
| Binary | 110110 | 10011001 | 10011001 | 1000001 | 0 | 0 | 101000 | 10110100 | 110000 | 101001 |
Color Harmonies of #369999
Complementary color
Monochromatic Colors of #369999
Black with #369999
Text Example
Text Example
White with #369999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369999; }
p { color: rgb(54,153,153); }
H1.HeaderClassName
{
color: #369999;
}
.AnyTagClassName
{
color: #369999;
}
</style>
background-color css
<style>
a { background-color: #369999; }
a { background-color: rgb(54,153,153); }
div.DivClassName
{
background-color: #369999;
}
.BgClassName
{
background-color: #369999;
}
</style>
border-color css
<style>
span { border-color: #369999; }
span { border-color: rgb(54,153,153); }
td.TdClassName
{
border-color: #369999;
}
.TagClassName
{
border-color: #369999;
}
</style>