Shades of Blue Chill #369288
Tints of Blue Chill #369288
RGB
CMYK
RGB Variations
Color information
#369288 (or 0x369288) is known color: Blue Chill. HEX triplet: 36, 92 and 88. RGB value is (54,146,136). Sum of RGB (Red+Green+Blue) = 54+146+136=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #369288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369288 is #C96D77. Grayscale: #757575. Windows color (decimal): -13200760 or 8950326. OLE color: 8950326.
HSL color Cylindrical-coordinate representation of color #369288: hue angle of 173.48º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369288 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 146 | 136 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.43 |
| HSL | 173.48º | 0.46% | 0.39% | - |
| HSV(B) | 173.48º | 0.63% | 0.57% | - |
| XYZ | 16.24 | 23.12 | 26.9 | - |
| YUV | 117.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 146 | 136 | 0.63 | 0 | 0.07 | 0.43 | 173.48 | 0.46 | 0.39 |
| Hex | 36 | 92 | 88 | 3F | 0 | 7 | 2B | AD | 2E | 27 |
| Octal | 66 | 222 | 210 | 77 | 0 | 7 | 53 | 255 | 56 | 47 |
| Binary | 110110 | 10010010 | 10001000 | 111111 | 0 | 111 | 101011 | 10101101 | 101110 | 100111 |
Color Harmonies of #369288
Complementary color
Monochromatic Colors of #369288
Black with #369288
Text Example
Text Example
White with #369288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369288; }
p { color: rgb(54,146,136); }
H1.HeaderClassName
{
color: #369288;
}
.AnyTagClassName
{
color: #369288;
}
</style>
background-color css
<style>
a { background-color: #369288; }
a { background-color: rgb(54,146,136); }
div.DivClassName
{
background-color: #369288;
}
.BgClassName
{
background-color: #369288;
}
</style>
border-color css
<style>
span { border-color: #369288; }
span { border-color: rgb(54,146,136); }
td.TdClassName
{
border-color: #369288;
}
.TagClassName
{
border-color: #369288;
}
</style>