Shades of Blumine #336070
Tints of Blumine #336070
RGB
CMYK
RGB Variations
Color information
#336070 (or 0x336070) is known color: Blumine. HEX triplet: 33, 60 and 70. RGB value is (51,96,112). Sum of RGB (Red+Green+Blue) = 51+96+112=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #336070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336070 is #CC9F8F. Grayscale: #545454. Windows color (decimal): -13410192 or 7364659. OLE color: 7364659.
HSL color Cylindrical-coordinate representation of color #336070: hue angle of 195.74º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336070 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 96 | 112 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.56 |
| HSL | 195.74º | 0.37% | 0.32% | - |
| HSV(B) | 195.74º | 0.54% | 0.44% | - |
| XYZ | 8.47 | 10.24 | 16.86 | - |
| YUV | 84.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 112 | 0.54 | 0.14 | 0 | 0.56 | 195.74 | 0.37 | 0.32 |
| Hex | 33 | 60 | 70 | 36 | E | 0 | 38 | C4 | 25 | 20 |
| Octal | 63 | 140 | 160 | 66 | 16 | 0 | 70 | 304 | 45 | 40 |
| Binary | 110011 | 1100000 | 1110000 | 110110 | 1110 | 0 | 111000 | 11000100 | 100101 | 100000 |
Color Harmonies of #336070
Complementary color
Monochromatic Colors of #336070
Black with #336070
Text Example
Text Example
White with #336070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336070; }
p { color: rgb(51,96,112); }
H1.HeaderClassName
{
color: #336070;
}
.AnyTagClassName
{
color: #336070;
}
</style>
background-color css
<style>
a { background-color: #336070; }
a { background-color: rgb(51,96,112); }
div.DivClassName
{
background-color: #336070;
}
.BgClassName
{
background-color: #336070;
}
</style>
border-color css
<style>
span { border-color: #336070; }
span { border-color: rgb(51,96,112); }
td.TdClassName
{
border-color: #336070;
}
.TagClassName
{
border-color: #336070;
}
</style>