Shades of Blumine #36566C
Tints of Blumine #36566C
RGB
CMYK
RGB Variations
Color information
#36566C (or 0x36566C) is known color: Blumine. HEX triplet: 36, 56 and 6C. RGB value is (54,86,108). Sum of RGB (Red+Green+Blue) = 54+86+108=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #36566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36566C is #C9A993. Grayscale: #4E4E4E. Windows color (decimal): -13216148 or 7099958. OLE color: 7099958.
HSL color Cylindrical-coordinate representation of color #36566C: hue angle of 204.44º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36566C is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 86 | 108 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.58 |
| HSL | 204.44º | 0.33% | 0.32% | - |
| HSV(B) | 204.44º | 0.5% | 0.42% | - |
| XYZ | 7.56 | 8.52 | 15.43 | - |
| YUV | 78.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 86 | 108 | 0.50 | 0.20 | 0 | 0.58 | 204.44 | 0.33 | 0.32 |
| Hex | 36 | 56 | 6C | 32 | 14 | 0 | 3A | CC | 21 | 20 |
| Octal | 66 | 126 | 154 | 62 | 24 | 0 | 72 | 314 | 41 | 40 |
| Binary | 110110 | 1010110 | 1101100 | 110010 | 10100 | 0 | 111010 | 11001100 | 100001 | 100000 |
Color Harmonies of #36566C
Complementary color
Monochromatic Colors of #36566C
Black with #36566C
Text Example
Text Example
White with #36566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36566C; }
p { color: rgb(54,86,108); }
H1.HeaderClassName
{
color: #36566C;
}
.AnyTagClassName
{
color: #36566C;
}
</style>
background-color css
<style>
a { background-color: #36566C; }
a { background-color: rgb(54,86,108); }
div.DivClassName
{
background-color: #36566C;
}
.BgClassName
{
background-color: #36566C;
}
</style>
border-color css
<style>
span { border-color: #36566C; }
span { border-color: rgb(54,86,108); }
td.TdClassName
{
border-color: #36566C;
}
.TagClassName
{
border-color: #36566C;
}
</style>