Shades of Blue Chill #369992
Tints of Blue Chill #369992
RGB
CMYK
RGB Variations
Color information
#369992 (or 0x369992) is known color: Blue Chill. HEX triplet: 36, 99 and 92. RGB value is (54,153,146). Sum of RGB (Red+Green+Blue) = 54+153+146=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #369992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369992 is #C9666D. Grayscale: #7A7A7A. Windows color (decimal): -13198958 or 9607478. OLE color: 9607478.
HSL color Cylindrical-coordinate representation of color #369992: hue angle of 175.76º 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 #369992 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 153 | 146 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.4 |
| HSL | 175.76º | 0.48% | 0.41% | - |
| HSV(B) | 175.76º | 0.65% | 0.6% | - |
| XYZ | 18.1 | 25.64 | 31.19 | - |
| YUV | 122.6 | 141.2 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 146 | 0.65 | 0 | 0.05 | 0.4 | 175.76 | 0.48 | 0.41 |
| Hex | 36 | 99 | 92 | 41 | 0 | 5 | 28 | B0 | 30 | 29 |
| Octal | 66 | 231 | 222 | 101 | 0 | 5 | 50 | 260 | 60 | 51 |
| Binary | 110110 | 10011001 | 10010010 | 1000001 | 0 | 101 | 101000 | 10110000 | 110000 | 101001 |
Color Harmonies of #369992
Complementary color
Monochromatic Colors of #369992
Black with #369992
Text Example
Text Example
White with #369992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369992; }
p { color: rgb(54,153,146); }
H1.HeaderClassName
{
color: #369992;
}
.AnyTagClassName
{
color: #369992;
}
</style>
background-color css
<style>
a { background-color: #369992; }
a { background-color: rgb(54,153,146); }
div.DivClassName
{
background-color: #369992;
}
.BgClassName
{
background-color: #369992;
}
</style>
border-color css
<style>
span { border-color: #369992; }
span { border-color: rgb(54,153,146); }
td.TdClassName
{
border-color: #369992;
}
.TagClassName
{
border-color: #369992;
}
</style>