Shades of Blue Chill #369189
Tints of Blue Chill #369189
RGB
CMYK
RGB Variations
Color information
#369189 (or 0x369189) is known color: Blue Chill. HEX triplet: 36, 91 and 89. RGB value is (54,145,137). Sum of RGB (Red+Green+Blue) = 54+145+137=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #369189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369189 is #C96E76. Grayscale: #747474. Windows color (decimal): -13201015 or 9015606. OLE color: 9015606.
HSL color Cylindrical-coordinate representation of color #369189: hue angle of 174.73º 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 #369189 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 145 | 137 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.43 |
| HSL | 174.73º | 0.46% | 0.39% | - |
| HSV(B) | 174.73º | 0.63% | 0.57% | - |
| XYZ | 16.16 | 22.84 | 27.22 | - |
| YUV | 116.88 | 139.35 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 145 | 137 | 0.63 | 0 | 0.06 | 0.43 | 174.73 | 0.46 | 0.39 |
| Hex | 36 | 91 | 89 | 3F | 0 | 6 | 2B | AF | 2E | 27 |
| Octal | 66 | 221 | 211 | 77 | 0 | 6 | 53 | 257 | 56 | 47 |
| Binary | 110110 | 10010001 | 10001001 | 111111 | 0 | 110 | 101011 | 10101111 | 101110 | 100111 |
Color Harmonies of #369189
Complementary color
Monochromatic Colors of #369189
Black with #369189
Text Example
Text Example
White with #369189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369189; }
p { color: rgb(54,145,137); }
H1.HeaderClassName
{
color: #369189;
}
.AnyTagClassName
{
color: #369189;
}
</style>
background-color css
<style>
a { background-color: #369189; }
a { background-color: rgb(54,145,137); }
div.DivClassName
{
background-color: #369189;
}
.BgClassName
{
background-color: #369189;
}
</style>
border-color css
<style>
span { border-color: #369189; }
span { border-color: rgb(54,145,137); }
td.TdClassName
{
border-color: #369189;
}
.TagClassName
{
border-color: #369189;
}
</style>