Shades of Blumine #335870
Tints of Blumine #335870
RGB
CMYK
RGB Variations
Color information
#335870 (or 0x335870) is known color: Blumine. HEX triplet: 33, 58 and 70. RGB value is (51,88,112). Sum of RGB (Red+Green+Blue) = 51+88+112=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #335870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335870 is #CCA78F. Grayscale: #4F4F4F. Windows color (decimal): -13412240 or 7362611. OLE color: 7362611.
HSL color Cylindrical-coordinate representation of color #335870: hue angle of 203.61º 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 #335870 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 88 | 112 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.56 |
| HSL | 203.61º | 0.37% | 0.32% | - |
| HSV(B) | 203.61º | 0.54% | 0.44% | - |
| XYZ | 7.78 | 8.85 | 16.63 | - |
| YUV | 79.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 112 | 0.54 | 0.21 | 0 | 0.56 | 203.61 | 0.37 | 0.32 |
| Hex | 33 | 58 | 70 | 36 | 15 | 0 | 38 | CC | 25 | 20 |
| Octal | 63 | 130 | 160 | 66 | 25 | 0 | 70 | 314 | 45 | 40 |
| Binary | 110011 | 1011000 | 1110000 | 110110 | 10101 | 0 | 111000 | 11001100 | 100101 | 100000 |
Color Harmonies of #335870
Complementary color
Monochromatic Colors of #335870
Black with #335870
Text Example
Text Example
White with #335870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335870; }
p { color: rgb(51,88,112); }
H1.HeaderClassName
{
color: #335870;
}
.AnyTagClassName
{
color: #335870;
}
</style>
background-color css
<style>
a { background-color: #335870; }
a { background-color: rgb(51,88,112); }
div.DivClassName
{
background-color: #335870;
}
.BgClassName
{
background-color: #335870;
}
</style>
border-color css
<style>
span { border-color: #335870; }
span { border-color: rgb(51,88,112); }
td.TdClassName
{
border-color: #335870;
}
.TagClassName
{
border-color: #335870;
}
</style>