Shades of Blumine #336270
Tints of Blumine #336270
RGB
CMYK
RGB Variations
Color information
#336270 (or 0x336270) is known color: Blumine. HEX triplet: 33, 62 and 70. RGB value is (51,98,112). Sum of RGB (Red+Green+Blue) = 51+98+112=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #336270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336270 is #CC9D8F. Grayscale: #555555. Windows color (decimal): -13409680 or 7365171. OLE color: 7365171.
HSL color Cylindrical-coordinate representation of color #336270: hue angle of 193.77º 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 #336270 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 98 | 112 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.56 |
| HSL | 193.77º | 0.37% | 0.32% | - |
| HSV(B) | 193.77º | 0.54% | 0.44% | - |
| XYZ | 8.66 | 10.61 | 16.92 | - |
| YUV | 85.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 112 | 0.54 | 0.13 | 0 | 0.56 | 193.77 | 0.37 | 0.32 |
| Hex | 33 | 62 | 70 | 36 | D | 0 | 38 | C2 | 25 | 20 |
| Octal | 63 | 142 | 160 | 66 | 15 | 0 | 70 | 302 | 45 | 40 |
| Binary | 110011 | 1100010 | 1110000 | 110110 | 1101 | 0 | 111000 | 11000010 | 100101 | 100000 |
Color Harmonies of #336270
Complementary color
Monochromatic Colors of #336270
Black with #336270
Text Example
Text Example
White with #336270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336270; }
p { color: rgb(51,98,112); }
H1.HeaderClassName
{
color: #336270;
}
.AnyTagClassName
{
color: #336270;
}
</style>
background-color css
<style>
a { background-color: #336270; }
a { background-color: rgb(51,98,112); }
div.DivClassName
{
background-color: #336270;
}
.BgClassName
{
background-color: #336270;
}
</style>
border-color css
<style>
span { border-color: #336270; }
span { border-color: rgb(51,98,112); }
td.TdClassName
{
border-color: #336270;
}
.TagClassName
{
border-color: #336270;
}
</style>