Shades of Blue Chill #369899
Tints of Blue Chill #369899
RGB
CMYK
RGB Variations
Color information
#369899 (or 0x369899) is known color: Blue Chill. HEX triplet: 36, 98 and 99. RGB value is (54,152,153). Sum of RGB (Red+Green+Blue) = 54+152+153=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #369899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369899 is #C96766. Grayscale: #7A7A7A. Windows color (decimal): -13199207 or 10065974. OLE color: 10065974.
HSL color Cylindrical-coordinate representation of color #369899: hue angle of 180.61º 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 #369899 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 152 | 153 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.4 |
| HSL | 180.61º | 0.48% | 0.41% | - |
| HSV(B) | 180.61º | 0.65% | 0.6% | - |
| XYZ | 18.5 | 25.54 | 34.09 | - |
| YUV | 122.81 | 145.03 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 153 | 0.65 | 0.01 | 0 | 0.4 | 180.61 | 0.48 | 0.41 |
| Hex | 36 | 98 | 99 | 41 | 1 | 0 | 28 | B5 | 30 | 29 |
| Octal | 66 | 230 | 231 | 101 | 1 | 0 | 50 | 265 | 60 | 51 |
| Binary | 110110 | 10011000 | 10011001 | 1000001 | 1 | 0 | 101000 | 10110101 | 110000 | 101001 |
Color Harmonies of #369899
Complementary color
Monochromatic Colors of #369899
Black with #369899
Text Example
Text Example
White with #369899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369899; }
p { color: rgb(54,152,153); }
H1.HeaderClassName
{
color: #369899;
}
.AnyTagClassName
{
color: #369899;
}
</style>
background-color css
<style>
a { background-color: #369899; }
a { background-color: rgb(54,152,153); }
div.DivClassName
{
background-color: #369899;
}
.BgClassName
{
background-color: #369899;
}
</style>
border-color css
<style>
span { border-color: #369899; }
span { border-color: rgb(54,152,153); }
td.TdClassName
{
border-color: #369899;
}
.TagClassName
{
border-color: #369899;
}
</style>