Shades of Blue Chill #36868F
Tints of Blue Chill #36868F
RGB
CMYK
RGB Variations
Color information
#36868F (or 0x36868F) is known color: Blue Chill. HEX triplet: 36, 86 and 8F. RGB value is (54,134,143). Sum of RGB (Red+Green+Blue) = 54+134+143=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #36868F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36868F is #C97970. Grayscale: #6E6E6E. Windows color (decimal): -13203825 or 9406006. OLE color: 9406006.
HSL color Cylindrical-coordinate representation of color #36868F: hue angle of 186.07º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36868F is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 134 | 143 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.44 |
| HSL | 186.07º | 0.45% | 0.39% | - |
| HSV(B) | 186.07º | 0.62% | 0.56% | - |
| XYZ | 15 | 19.82 | 29.02 | - |
| YUV | 111.11 | 146 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 134 | 143 | 0.62 | 0.06 | 0 | 0.44 | 186.07 | 0.45 | 0.39 |
| Hex | 36 | 86 | 8F | 3E | 6 | 0 | 2C | BA | 2D | 27 |
| Octal | 66 | 206 | 217 | 76 | 6 | 0 | 54 | 272 | 55 | 47 |
| Binary | 110110 | 10000110 | 10001111 | 111110 | 110 | 0 | 101100 | 10111010 | 101101 | 100111 |
Color Harmonies of #36868F
Complementary color
Monochromatic Colors of #36868F
Black with #36868F
Text Example
Text Example
White with #36868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36868F; }
p { color: rgb(54,134,143); }
H1.HeaderClassName
{
color: #36868F;
}
.AnyTagClassName
{
color: #36868F;
}
</style>
background-color css
<style>
a { background-color: #36868F; }
a { background-color: rgb(54,134,143); }
div.DivClassName
{
background-color: #36868F;
}
.BgClassName
{
background-color: #36868F;
}
</style>
border-color css
<style>
span { border-color: #36868F; }
span { border-color: rgb(54,134,143); }
td.TdClassName
{
border-color: #36868F;
}
.TagClassName
{
border-color: #36868F;
}
</style>