Shades of Blumine #356170
Tints of Blumine #356170
RGB
CMYK
RGB Variations
Color information
#356170 (or 0x356170) is known color: Blumine. HEX triplet: 35, 61 and 70. RGB value is (53,97,112). Sum of RGB (Red+Green+Blue) = 53+97+112=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 97 (38.28% from 255 or 37.02% 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 #356170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356170 is #CA9E8F. Grayscale: #555555. Windows color (decimal): -13278864 or 7364917. OLE color: 7364917.
HSL color Cylindrical-coordinate representation of color #356170: hue angle of 195.25º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #356170 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 97 | 112 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.56 |
| HSL | 195.25º | 0.36% | 0.32% | - |
| HSV(B) | 195.25º | 0.53% | 0.44% | - |
| XYZ | 8.67 | 10.48 | 16.89 | - |
| YUV | 85.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 112 | 0.53 | 0.13 | 0 | 0.56 | 195.25 | 0.36 | 0.32 |
| Hex | 35 | 61 | 70 | 35 | D | 0 | 38 | C3 | 24 | 20 |
| Octal | 65 | 141 | 160 | 65 | 15 | 0 | 70 | 303 | 44 | 40 |
| Binary | 110101 | 1100001 | 1110000 | 110101 | 1101 | 0 | 111000 | 11000011 | 100100 | 100000 |
Color Harmonies of #356170
Complementary color
Monochromatic Colors of #356170
Black with #356170
Text Example
Text Example
White with #356170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356170; }
p { color: rgb(53,97,112); }
H1.HeaderClassName
{
color: #356170;
}
.AnyTagClassName
{
color: #356170;
}
</style>
background-color css
<style>
a { background-color: #356170; }
a { background-color: rgb(53,97,112); }
div.DivClassName
{
background-color: #356170;
}
.BgClassName
{
background-color: #356170;
}
</style>
border-color css
<style>
span { border-color: #356170; }
span { border-color: rgb(53,97,112); }
td.TdClassName
{
border-color: #356170;
}
.TagClassName
{
border-color: #356170;
}
</style>