Shades of Blumine #366874
Tints of Blumine #366874
RGB
CMYK
RGB Variations
Color information
#366874 (or 0x366874) is known color: Blumine. HEX triplet: 36, 68 and 74. RGB value is (54,104,116). Sum of RGB (Red+Green+Blue) = 54+104+116=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #366874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366874 is #C9978B. Grayscale: #5A5A5A. Windows color (decimal): -13211532 or 7628854. OLE color: 7628854.
HSL color Cylindrical-coordinate representation of color #366874: hue angle of 191.61º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #366874 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 104 | 116 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.55 |
| HSL | 191.61º | 0.36% | 0.33% | - |
| HSV(B) | 191.61º | 0.53% | 0.45% | - |
| XYZ | 9.62 | 11.95 | 18.32 | - |
| YUV | 90.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 116 | 0.53 | 0.10 | 0 | 0.55 | 191.61 | 0.36 | 0.33 |
| Hex | 36 | 68 | 74 | 35 | A | 0 | 37 | C0 | 24 | 21 |
| Octal | 66 | 150 | 164 | 65 | 12 | 0 | 67 | 300 | 44 | 41 |
| Binary | 110110 | 1101000 | 1110100 | 110101 | 1010 | 0 | 110111 | 11000000 | 100100 | 100001 |
Color Harmonies of #366874
Complementary color
Monochromatic Colors of #366874
Black with #366874
Text Example
Text Example
White with #366874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366874; }
p { color: rgb(54,104,116); }
H1.HeaderClassName
{
color: #366874;
}
.AnyTagClassName
{
color: #366874;
}
</style>
background-color css
<style>
a { background-color: #366874; }
a { background-color: rgb(54,104,116); }
div.DivClassName
{
background-color: #366874;
}
.BgClassName
{
background-color: #366874;
}
</style>
border-color css
<style>
span { border-color: #366874; }
span { border-color: rgb(54,104,116); }
td.TdClassName
{
border-color: #366874;
}
.TagClassName
{
border-color: #366874;
}
</style>