Shades of Blumine #366373
Tints of Blumine #366373
RGB
CMYK
RGB Variations
Color information
#366373 (or 0x366373) is known color: Blumine. HEX triplet: 36, 63 and 73. RGB value is (54,99,115). Sum of RGB (Red+Green+Blue) = 54+99+115=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #366373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366373 is #C99C8C. Grayscale: #575757. Windows color (decimal): -13212813 or 7562038. OLE color: 7562038.
HSL color Cylindrical-coordinate representation of color #366373: hue angle of 195.74º 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 #366373 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 99 | 115 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.55 |
| HSL | 195.74º | 0.36% | 0.33% | - |
| HSV(B) | 195.74º | 0.53% | 0.45% | - |
| XYZ | 9.08 | 10.95 | 17.85 | - |
| YUV | 87.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 115 | 0.53 | 0.14 | 0 | 0.55 | 195.74 | 0.36 | 0.33 |
| Hex | 36 | 63 | 73 | 35 | E | 0 | 37 | C4 | 24 | 21 |
| Octal | 66 | 143 | 163 | 65 | 16 | 0 | 67 | 304 | 44 | 41 |
| Binary | 110110 | 1100011 | 1110011 | 110101 | 1110 | 0 | 110111 | 11000100 | 100100 | 100001 |
Color Harmonies of #366373
Complementary color
Monochromatic Colors of #366373
Black with #366373
Text Example
Text Example
White with #366373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366373; }
p { color: rgb(54,99,115); }
H1.HeaderClassName
{
color: #366373;
}
.AnyTagClassName
{
color: #366373;
}
</style>
background-color css
<style>
a { background-color: #366373; }
a { background-color: rgb(54,99,115); }
div.DivClassName
{
background-color: #366373;
}
.BgClassName
{
background-color: #366373;
}
</style>
border-color css
<style>
span { border-color: #366373; }
span { border-color: rgb(54,99,115); }
td.TdClassName
{
border-color: #366373;
}
.TagClassName
{
border-color: #366373;
}
</style>