Shades of Blumine #366875
Tints of Blumine #366875
RGB
CMYK
RGB Variations
Color information
#366875 (or 0x366875) is known color: Blumine. HEX triplet: 36, 68 and 75. RGB value is (54,104,117). Sum of RGB (Red+Green+Blue) = 54+104+117=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #366875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366875 is #C9978A. Grayscale: #5A5A5A. Windows color (decimal): -13211531 or 7694390. OLE color: 7694390.
HSL color Cylindrical-coordinate representation of color #366875: hue angle of 192.38º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #366875 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 104 | 117 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.54 |
| HSL | 192.38º | 0.37% | 0.34% | - |
| HSV(B) | 192.38º | 0.54% | 0.46% | - |
| XYZ | 9.68 | 11.97 | 18.63 | - |
| YUV | 90.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 117 | 0.54 | 0.11 | 0 | 0.54 | 192.38 | 0.37 | 0.34 |
| Hex | 36 | 68 | 75 | 36 | B | 0 | 36 | C0 | 25 | 22 |
| Octal | 66 | 150 | 165 | 66 | 13 | 0 | 66 | 300 | 45 | 42 |
| Binary | 110110 | 1101000 | 1110101 | 110110 | 1011 | 0 | 110110 | 11000000 | 100101 | 100010 |
Color Harmonies of #366875
Complementary color
Monochromatic Colors of #366875
Black with #366875
Text Example
Text Example
White with #366875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366875; }
p { color: rgb(54,104,117); }
H1.HeaderClassName
{
color: #366875;
}
.AnyTagClassName
{
color: #366875;
}
</style>
background-color css
<style>
a { background-color: #366875; }
a { background-color: rgb(54,104,117); }
div.DivClassName
{
background-color: #366875;
}
.BgClassName
{
background-color: #366875;
}
</style>
border-color css
<style>
span { border-color: #366875; }
span { border-color: rgb(54,104,117); }
td.TdClassName
{
border-color: #366875;
}
.TagClassName
{
border-color: #366875;
}
</style>