Shades of Blumine #336770
Tints of Blumine #336770
RGB
CMYK
RGB Variations
Color information
#336770 (or 0x336770) is known color: Blumine. HEX triplet: 33, 67 and 70. RGB value is (51,103,112). Sum of RGB (Red+Green+Blue) = 51+103+112=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #336770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336770 is #CC988F. Grayscale: #585858. Windows color (decimal): -13408400 or 7366451. OLE color: 7366451.
HSL color Cylindrical-coordinate representation of color #336770: hue angle of 188.85º 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 #336770 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 103 | 112 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.56 |
| HSL | 188.85º | 0.37% | 0.32% | - |
| HSV(B) | 188.85º | 0.54% | 0.44% | - |
| XYZ | 9.14 | 11.57 | 17.08 | - |
| YUV | 88.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 103 | 112 | 0.54 | 0.08 | 0 | 0.56 | 188.85 | 0.37 | 0.32 |
| Hex | 33 | 67 | 70 | 36 | 8 | 0 | 38 | BD | 25 | 20 |
| Octal | 63 | 147 | 160 | 66 | 10 | 0 | 70 | 275 | 45 | 40 |
| Binary | 110011 | 1100111 | 1110000 | 110110 | 1000 | 0 | 111000 | 10111101 | 100101 | 100000 |
Color Harmonies of #336770
Complementary color
Monochromatic Colors of #336770
Black with #336770
Text Example
Text Example
White with #336770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336770; }
p { color: rgb(51,103,112); }
H1.HeaderClassName
{
color: #336770;
}
.AnyTagClassName
{
color: #336770;
}
</style>
background-color css
<style>
a { background-color: #336770; }
a { background-color: rgb(51,103,112); }
div.DivClassName
{
background-color: #336770;
}
.BgClassName
{
background-color: #336770;
}
</style>
border-color css
<style>
span { border-color: #336770; }
span { border-color: rgb(51,103,112); }
td.TdClassName
{
border-color: #336770;
}
.TagClassName
{
border-color: #336770;
}
</style>