Shades of Blumine #396272
Tints of Blumine #396272
RGB
CMYK
RGB Variations
Color information
#396272 (or 0x396272) is known color: Blumine. HEX triplet: 39, 62 and 72. RGB value is (57,98,114). Sum of RGB (Red+Green+Blue) = 57+98+114=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #396272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396272 is #C69D8D. Grayscale: #575757. Windows color (decimal): -13016462 or 7496249. OLE color: 7496249.
HSL color Cylindrical-coordinate representation of color #396272: hue angle of 196.84º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396272 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 98 | 114 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.55 |
| HSL | 196.84º | 0.33% | 0.34% | - |
| HSV(B) | 196.84º | 0.5% | 0.45% | - |
| XYZ | 9.09 | 10.82 | 17.53 | - |
| YUV | 87.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 98 | 114 | 0.50 | 0.14 | 0 | 0.55 | 196.84 | 0.33 | 0.34 |
| Hex | 39 | 62 | 72 | 32 | E | 0 | 37 | C5 | 21 | 22 |
| Octal | 71 | 142 | 162 | 62 | 16 | 0 | 67 | 305 | 41 | 42 |
| Binary | 111001 | 1100010 | 1110010 | 110010 | 1110 | 0 | 110111 | 11000101 | 100001 | 100010 |
Color Harmonies of #396272
Complementary color
Monochromatic Colors of #396272
Black with #396272
Text Example
Text Example
White with #396272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396272; }
p { color: rgb(57,98,114); }
H1.HeaderClassName
{
color: #396272;
}
.AnyTagClassName
{
color: #396272;
}
</style>
background-color css
<style>
a { background-color: #396272; }
a { background-color: rgb(57,98,114); }
div.DivClassName
{
background-color: #396272;
}
.BgClassName
{
background-color: #396272;
}
</style>
border-color css
<style>
span { border-color: #396272; }
span { border-color: rgb(57,98,114); }
td.TdClassName
{
border-color: #396272;
}
.TagClassName
{
border-color: #396272;
}
</style>