Shades of Blumine #326074
Tints of Blumine #326074
RGB
CMYK
RGB Variations
Color information
#326074 (or 0x326074) is known color: Blumine. HEX triplet: 32, 60 and 74. RGB value is (50,96,116). Sum of RGB (Red+Green+Blue) = 50+96+116=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #326074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326074 is #CD9F8B. Grayscale: #545454. Windows color (decimal): -13475724 or 7626802. OLE color: 7626802.
HSL color Cylindrical-coordinate representation of color #326074: hue angle of 198.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326074 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 96 | 116 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.55 |
| HSL | 198.18º | 0.4% | 0.33% | - |
| HSV(B) | 198.18º | 0.57% | 0.45% | - |
| XYZ | 8.65 | 10.3 | 18.06 | - |
| YUV | 84.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 116 | 0.57 | 0.17 | 0 | 0.55 | 198.18 | 0.4 | 0.33 |
| Hex | 32 | 60 | 74 | 39 | 11 | 0 | 37 | C6 | 28 | 21 |
| Octal | 62 | 140 | 164 | 71 | 21 | 0 | 67 | 306 | 50 | 41 |
| Binary | 110010 | 1100000 | 1110100 | 111001 | 10001 | 0 | 110111 | 11000110 | 101000 | 100001 |
Color Harmonies of #326074
Complementary color
Monochromatic Colors of #326074
Black with #326074
Text Example
Text Example
White with #326074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326074; }
p { color: rgb(50,96,116); }
H1.HeaderClassName
{
color: #326074;
}
.AnyTagClassName
{
color: #326074;
}
</style>
background-color css
<style>
a { background-color: #326074; }
a { background-color: rgb(50,96,116); }
div.DivClassName
{
background-color: #326074;
}
.BgClassName
{
background-color: #326074;
}
</style>
border-color css
<style>
span { border-color: #326074; }
span { border-color: rgb(50,96,116); }
td.TdClassName
{
border-color: #326074;
}
.TagClassName
{
border-color: #326074;
}
</style>