Shades of Blumine #336871
Tints of Blumine #336871
RGB
CMYK
RGB Variations
Color information
#336871 (or 0x336871) is known color: Blumine. HEX triplet: 33, 68 and 71. RGB value is (51,104,113). Sum of RGB (Red+Green+Blue) = 51+104+113=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #336871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336871 is #CC978E. Grayscale: #595959. Windows color (decimal): -13408143 or 7432243. OLE color: 7432243.
HSL color Cylindrical-coordinate representation of color #336871: hue angle of 188.71º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #336871 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 104 | 113 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.56 |
| HSL | 188.71º | 0.38% | 0.32% | - |
| HSV(B) | 188.71º | 0.55% | 0.44% | - |
| XYZ | 9.3 | 11.8 | 17.41 | - |
| YUV | 89.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 113 | 0.55 | 0.08 | 0 | 0.56 | 188.71 | 0.38 | 0.32 |
| Hex | 33 | 68 | 71 | 37 | 8 | 0 | 38 | BD | 26 | 20 |
| Octal | 63 | 150 | 161 | 67 | 10 | 0 | 70 | 275 | 46 | 40 |
| Binary | 110011 | 1101000 | 1110001 | 110111 | 1000 | 0 | 111000 | 10111101 | 100110 | 100000 |
Color Harmonies of #336871
Complementary color
Monochromatic Colors of #336871
Black with #336871
Text Example
Text Example
White with #336871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336871; }
p { color: rgb(51,104,113); }
H1.HeaderClassName
{
color: #336871;
}
.AnyTagClassName
{
color: #336871;
}
</style>
background-color css
<style>
a { background-color: #336871; }
a { background-color: rgb(51,104,113); }
div.DivClassName
{
background-color: #336871;
}
.BgClassName
{
background-color: #336871;
}
</style>
border-color css
<style>
span { border-color: #336871; }
span { border-color: rgb(51,104,113); }
td.TdClassName
{
border-color: #336871;
}
.TagClassName
{
border-color: #336871;
}
</style>