Shades of Blumine #326073
Tints of Blumine #326073
RGB
CMYK
RGB Variations
Color information
#326073 (or 0x326073) is known color: Blumine. HEX triplet: 32, 60 and 73. RGB value is (50,96,115). Sum of RGB (Red+Green+Blue) = 50+96+115=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #326073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326073 is #CD9F8C. Grayscale: #545454. Windows color (decimal): -13475725 or 7561266. OLE color: 7561266.
HSL color Cylindrical-coordinate representation of color #326073: hue angle of 197.54º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326073 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 96 | 115 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.55 |
| HSL | 197.54º | 0.39% | 0.32% | - |
| HSV(B) | 197.54º | 0.57% | 0.45% | - |
| XYZ | 8.59 | 10.28 | 17.75 | - |
| YUV | 84.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 115 | 0.57 | 0.17 | 0 | 0.55 | 197.54 | 0.39 | 0.32 |
| Hex | 32 | 60 | 73 | 39 | 11 | 0 | 37 | C6 | 27 | 20 |
| Octal | 62 | 140 | 163 | 71 | 21 | 0 | 67 | 306 | 47 | 40 |
| Binary | 110010 | 1100000 | 1110011 | 111001 | 10001 | 0 | 110111 | 11000110 | 100111 | 100000 |
Color Harmonies of #326073
Complementary color
Monochromatic Colors of #326073
Black with #326073
Text Example
Text Example
White with #326073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326073; }
p { color: rgb(50,96,115); }
H1.HeaderClassName
{
color: #326073;
}
.AnyTagClassName
{
color: #326073;
}
</style>
background-color css
<style>
a { background-color: #326073; }
a { background-color: rgb(50,96,115); }
div.DivClassName
{
background-color: #326073;
}
.BgClassName
{
background-color: #326073;
}
</style>
border-color css
<style>
span { border-color: #326073; }
span { border-color: rgb(50,96,115); }
td.TdClassName
{
border-color: #326073;
}
.TagClassName
{
border-color: #326073;
}
</style>