Shades of Blue Chill #369799
Tints of Blue Chill #369799
RGB
CMYK
RGB Variations
Color information
#369799 (or 0x369799) is known color: Blue Chill. HEX triplet: 36, 97 and 99. RGB value is (54,151,153). Sum of RGB (Red+Green+Blue) = 54+151+153=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #369799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369799 is #C96866. Grayscale: #7A7A7A. Windows color (decimal): -13199463 or 10065718. OLE color: 10065718.
HSL color Cylindrical-coordinate representation of color #369799: hue angle of 181.21º 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 #369799 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 151 | 153 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.4 |
| HSL | 181.21º | 0.48% | 0.41% | - |
| HSV(B) | 181.21º | 0.65% | 0.6% | - |
| XYZ | 18.34 | 25.22 | 34.04 | - |
| YUV | 122.23 | 145.36 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 151 | 153 | 0.65 | 0.01 | 0 | 0.4 | 181.21 | 0.48 | 0.41 |
| Hex | 36 | 97 | 99 | 41 | 1 | 0 | 28 | B5 | 30 | 29 |
| Octal | 66 | 227 | 231 | 101 | 1 | 0 | 50 | 265 | 60 | 51 |
| Binary | 110110 | 10010111 | 10011001 | 1000001 | 1 | 0 | 101000 | 10110101 | 110000 | 101001 |
Color Harmonies of #369799
Complementary color
Monochromatic Colors of #369799
Black with #369799
Text Example
Text Example
White with #369799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369799; }
p { color: rgb(54,151,153); }
H1.HeaderClassName
{
color: #369799;
}
.AnyTagClassName
{
color: #369799;
}
</style>
background-color css
<style>
a { background-color: #369799; }
a { background-color: rgb(54,151,153); }
div.DivClassName
{
background-color: #369799;
}
.BgClassName
{
background-color: #369799;
}
</style>
border-color css
<style>
span { border-color: #369799; }
span { border-color: rgb(54,151,153); }
td.TdClassName
{
border-color: #369799;
}
.TagClassName
{
border-color: #369799;
}
</style>