Shades of Blumine #336170
Tints of Blumine #336170
RGB
CMYK
RGB Variations
Color information
#336170 (or 0x336170) is known color: Blumine. HEX triplet: 33, 61 and 70. RGB value is (51,97,112). Sum of RGB (Red+Green+Blue) = 51+97+112=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #336170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336170 is #CC9E8F. Grayscale: #545454. Windows color (decimal): -13409936 or 7364915. OLE color: 7364915.
HSL color Cylindrical-coordinate representation of color #336170: hue angle of 194.75º 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 #336170 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 97 | 112 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.56 |
| HSL | 194.75º | 0.37% | 0.32% | - |
| HSV(B) | 194.75º | 0.54% | 0.44% | - |
| XYZ | 8.56 | 10.42 | 16.89 | - |
| YUV | 84.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 97 | 112 | 0.54 | 0.13 | 0 | 0.56 | 194.75 | 0.37 | 0.32 |
| Hex | 33 | 61 | 70 | 36 | D | 0 | 38 | C3 | 25 | 20 |
| Octal | 63 | 141 | 160 | 66 | 15 | 0 | 70 | 303 | 45 | 40 |
| Binary | 110011 | 1100001 | 1110000 | 110110 | 1101 | 0 | 111000 | 11000011 | 100101 | 100000 |
Color Harmonies of #336170
Complementary color
Monochromatic Colors of #336170
Black with #336170
Text Example
Text Example
White with #336170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336170; }
p { color: rgb(51,97,112); }
H1.HeaderClassName
{
color: #336170;
}
.AnyTagClassName
{
color: #336170;
}
</style>
background-color css
<style>
a { background-color: #336170; }
a { background-color: rgb(51,97,112); }
div.DivClassName
{
background-color: #336170;
}
.BgClassName
{
background-color: #336170;
}
</style>
border-color css
<style>
span { border-color: #336170; }
span { border-color: rgb(51,97,112); }
td.TdClassName
{
border-color: #336170;
}
.TagClassName
{
border-color: #336170;
}
</style>