Shades of Blue Chill #36978E
Tints of Blue Chill #36978E
RGB
CMYK
RGB Variations
Color information
#36978E (or 0x36978E) is known color: Blue Chill. HEX triplet: 36, 97 and 8E. RGB value is (54,151,142). Sum of RGB (Red+Green+Blue) = 54+151+142=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #36978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36978E is #C96871. Grayscale: #787878. Windows color (decimal): -13199474 or 9344822. OLE color: 9344822.
HSL color Cylindrical-coordinate representation of color #36978E: hue angle of 174.43º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36978E is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 151 | 142 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.41 |
| HSL | 174.43º | 0.47% | 0.4% | - |
| HSV(B) | 174.43º | 0.64% | 0.59% | - |
| XYZ | 17.47 | 24.87 | 29.47 | - |
| YUV | 120.97 | 139.86 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 151 | 142 | 0.64 | 0 | 0.06 | 0.41 | 174.43 | 0.47 | 0.4 |
| Hex | 36 | 97 | 8E | 40 | 0 | 6 | 29 | AE | 2F | 28 |
| Octal | 66 | 227 | 216 | 100 | 0 | 6 | 51 | 256 | 57 | 50 |
| Binary | 110110 | 10010111 | 10001110 | 1000000 | 0 | 110 | 101001 | 10101110 | 101111 | 101000 |
Color Harmonies of #36978E
Complementary color
Monochromatic Colors of #36978E
Black with #36978E
Text Example
Text Example
White with #36978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36978E; }
p { color: rgb(54,151,142); }
H1.HeaderClassName
{
color: #36978E;
}
.AnyTagClassName
{
color: #36978E;
}
</style>
background-color css
<style>
a { background-color: #36978E; }
a { background-color: rgb(54,151,142); }
div.DivClassName
{
background-color: #36978E;
}
.BgClassName
{
background-color: #36978E;
}
</style>
border-color css
<style>
span { border-color: #36978E; }
span { border-color: rgb(54,151,142); }
td.TdClassName
{
border-color: #36978E;
}
.TagClassName
{
border-color: #36978E;
}
</style>