Shades of Blue Chill #36938E
Tints of Blue Chill #36938E
RGB
CMYK
RGB Variations
Color information
#36938E (or 0x36938E) is known color: Blue Chill. HEX triplet: 36, 93 and 8E. RGB value is (54,147,142). Sum of RGB (Red+Green+Blue) = 54+147+142=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #36938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36938E is #C96C71. Grayscale: #767676. Windows color (decimal): -13200498 or 9343798. OLE color: 9343798.
HSL color Cylindrical-coordinate representation of color #36938E: hue angle of 176.77º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36938E is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 147 | 142 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.42 |
| HSL | 176.77º | 0.46% | 0.39% | - |
| HSV(B) | 176.77º | 0.63% | 0.58% | - |
| XYZ | 16.84 | 23.6 | 29.26 | - |
| YUV | 118.62 | 141.19 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 147 | 142 | 0.63 | 0 | 0.03 | 0.42 | 176.77 | 0.46 | 0.39 |
| Hex | 36 | 93 | 8E | 3F | 0 | 3 | 2A | B1 | 2E | 27 |
| Octal | 66 | 223 | 216 | 77 | 0 | 3 | 52 | 261 | 56 | 47 |
| Binary | 110110 | 10010011 | 10001110 | 111111 | 0 | 11 | 101010 | 10110001 | 101110 | 100111 |
Color Harmonies of #36938E
Complementary color
Monochromatic Colors of #36938E
Black with #36938E
Text Example
Text Example
White with #36938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36938E; }
p { color: rgb(54,147,142); }
H1.HeaderClassName
{
color: #36938E;
}
.AnyTagClassName
{
color: #36938E;
}
</style>
background-color css
<style>
a { background-color: #36938E; }
a { background-color: rgb(54,147,142); }
div.DivClassName
{
background-color: #36938E;
}
.BgClassName
{
background-color: #36938E;
}
</style>
border-color css
<style>
span { border-color: #36938E; }
span { border-color: rgb(54,147,142); }
td.TdClassName
{
border-color: #36938E;
}
.TagClassName
{
border-color: #36938E;
}
</style>