Shades of Blumine #366173
Tints of Blumine #366173
RGB
CMYK
RGB Variations
Color information
#366173 (or 0x366173) is known color: Blumine. HEX triplet: 36, 61 and 73. RGB value is (54,97,115). Sum of RGB (Red+Green+Blue) = 54+97+115=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #366173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366173 is #C99E8C. Grayscale: #565656. Windows color (decimal): -13213325 or 7561526. OLE color: 7561526.
HSL color Cylindrical-coordinate representation of color #366173: hue angle of 197.7º 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 #366173 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 97 | 115 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.55 |
| HSL | 197.7º | 0.36% | 0.33% | - |
| HSV(B) | 197.7º | 0.53% | 0.45% | - |
| XYZ | 8.89 | 10.57 | 17.79 | - |
| YUV | 86.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 97 | 115 | 0.53 | 0.16 | 0 | 0.55 | 197.7 | 0.36 | 0.33 |
| Hex | 36 | 61 | 73 | 35 | 10 | 0 | 37 | C6 | 24 | 21 |
| Octal | 66 | 141 | 163 | 65 | 20 | 0 | 67 | 306 | 44 | 41 |
| Binary | 110110 | 1100001 | 1110011 | 110101 | 10000 | 0 | 110111 | 11000110 | 100100 | 100001 |
Color Harmonies of #366173
Complementary color
Monochromatic Colors of #366173
Black with #366173
Text Example
Text Example
White with #366173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366173; }
p { color: rgb(54,97,115); }
H1.HeaderClassName
{
color: #366173;
}
.AnyTagClassName
{
color: #366173;
}
</style>
background-color css
<style>
a { background-color: #366173; }
a { background-color: rgb(54,97,115); }
div.DivClassName
{
background-color: #366173;
}
.BgClassName
{
background-color: #366173;
}
</style>
border-color css
<style>
span { border-color: #366173; }
span { border-color: rgb(54,97,115); }
td.TdClassName
{
border-color: #366173;
}
.TagClassName
{
border-color: #366173;
}
</style>