Shades of Blumine #326673
Tints of Blumine #326673
RGB
CMYK
RGB Variations
Color information
#326673 (or 0x326673) is known color: Blumine. HEX triplet: 32, 66 and 73. RGB value is (50,102,115). Sum of RGB (Red+Green+Blue) = 50+102+115=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #326673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326673 is #CD998C. Grayscale: #575757. Windows color (decimal): -13474189 or 7562802. OLE color: 7562802.
HSL color Cylindrical-coordinate representation of color #326673: hue angle of 192º 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 #326673 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 102 | 115 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.55 |
| HSL | 192º | 0.39% | 0.32% | - |
| HSV(B) | 192º | 0.57% | 0.45% | - |
| XYZ | 9.16 | 11.42 | 17.94 | - |
| YUV | 87.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 115 | 0.57 | 0.11 | 0 | 0.55 | 192 | 0.39 | 0.32 |
| Hex | 32 | 66 | 73 | 39 | B | 0 | 37 | C0 | 27 | 20 |
| Octal | 62 | 146 | 163 | 71 | 13 | 0 | 67 | 300 | 47 | 40 |
| Binary | 110010 | 1100110 | 1110011 | 111001 | 1011 | 0 | 110111 | 11000000 | 100111 | 100000 |
Color Harmonies of #326673
Complementary color
Monochromatic Colors of #326673
Black with #326673
Text Example
Text Example
White with #326673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326673; }
p { color: rgb(50,102,115); }
H1.HeaderClassName
{
color: #326673;
}
.AnyTagClassName
{
color: #326673;
}
</style>
background-color css
<style>
a { background-color: #326673; }
a { background-color: rgb(50,102,115); }
div.DivClassName
{
background-color: #326673;
}
.BgClassName
{
background-color: #326673;
}
</style>
border-color css
<style>
span { border-color: #326673; }
span { border-color: rgb(50,102,115); }
td.TdClassName
{
border-color: #326673;
}
.TagClassName
{
border-color: #326673;
}
</style>