Shades of Blumine #336370
Tints of Blumine #336370
RGB
CMYK
RGB Variations
Color information
#336370 (or 0x336370) is known color: Blumine. HEX triplet: 33, 63 and 70. RGB value is (51,99,112). Sum of RGB (Red+Green+Blue) = 51+99+112=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #336370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336370 is #CC9C8F. Grayscale: #565656. Windows color (decimal): -13409424 or 7365427. OLE color: 7365427.
HSL color Cylindrical-coordinate representation of color #336370: hue angle of 192.79º 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 #336370 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 99 | 112 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.56 |
| HSL | 192.79º | 0.37% | 0.32% | - |
| HSV(B) | 192.79º | 0.54% | 0.44% | - |
| XYZ | 8.75 | 10.8 | 16.95 | - |
| YUV | 86.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 112 | 0.54 | 0.12 | 0 | 0.56 | 192.79 | 0.37 | 0.32 |
| Hex | 33 | 63 | 70 | 36 | C | 0 | 38 | C1 | 25 | 20 |
| Octal | 63 | 143 | 160 | 66 | 14 | 0 | 70 | 301 | 45 | 40 |
| Binary | 110011 | 1100011 | 1110000 | 110110 | 1100 | 0 | 111000 | 11000001 | 100101 | 100000 |
Color Harmonies of #336370
Complementary color
Monochromatic Colors of #336370
Black with #336370
Text Example
Text Example
White with #336370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336370; }
p { color: rgb(51,99,112); }
H1.HeaderClassName
{
color: #336370;
}
.AnyTagClassName
{
color: #336370;
}
</style>
background-color css
<style>
a { background-color: #336370; }
a { background-color: rgb(51,99,112); }
div.DivClassName
{
background-color: #336370;
}
.BgClassName
{
background-color: #336370;
}
</style>
border-color css
<style>
span { border-color: #336370; }
span { border-color: rgb(51,99,112); }
td.TdClassName
{
border-color: #336370;
}
.TagClassName
{
border-color: #336370;
}
</style>