Shades of Blue Chill #36968E
Tints of Blue Chill #36968E
RGB
CMYK
RGB Variations
Color information
#36968E (or 0x36968E) is known color: Blue Chill. HEX triplet: 36, 96 and 8E. RGB value is (54,150,142). Sum of RGB (Red+Green+Blue) = 54+150+142=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #36968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36968E is #C96971. Grayscale: #787878. Windows color (decimal): -13199730 or 9344566. OLE color: 9344566.
HSL color Cylindrical-coordinate representation of color #36968E: hue angle of 175º 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 #36968E is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 150 | 142 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.41 |
| HSL | 175º | 0.47% | 0.4% | - |
| HSV(B) | 175º | 0.64% | 0.59% | - |
| XYZ | 17.31 | 24.55 | 29.42 | - |
| YUV | 120.38 | 140.2 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 142 | 0.64 | 0 | 0.05 | 0.41 | 175 | 0.47 | 0.4 |
| Hex | 36 | 96 | 8E | 40 | 0 | 5 | 29 | AF | 2F | 28 |
| Octal | 66 | 226 | 216 | 100 | 0 | 5 | 51 | 257 | 57 | 50 |
| Binary | 110110 | 10010110 | 10001110 | 1000000 | 0 | 101 | 101001 | 10101111 | 101111 | 101000 |
Color Harmonies of #36968E
Complementary color
Monochromatic Colors of #36968E
Black with #36968E
Text Example
Text Example
White with #36968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36968E; }
p { color: rgb(54,150,142); }
H1.HeaderClassName
{
color: #36968E;
}
.AnyTagClassName
{
color: #36968E;
}
</style>
background-color css
<style>
a { background-color: #36968E; }
a { background-color: rgb(54,150,142); }
div.DivClassName
{
background-color: #36968E;
}
.BgClassName
{
background-color: #36968E;
}
</style>
border-color css
<style>
span { border-color: #36968E; }
span { border-color: rgb(54,150,142); }
td.TdClassName
{
border-color: #36968E;
}
.TagClassName
{
border-color: #36968E;
}
</style>