Shades of Blumine #356173
Tints of Blumine #356173
RGB
CMYK
RGB Variations
Color information
#356173 (or 0x356173) is known color: Blumine. HEX triplet: 35, 61 and 73. RGB value is (53,97,115). Sum of RGB (Red+Green+Blue) = 53+97+115=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #356173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356173 is #CA9E8C. Grayscale: #555555. Windows color (decimal): -13278861 or 7561525. OLE color: 7561525.
HSL color Cylindrical-coordinate representation of color #356173: hue angle of 197.42º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #356173 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 97 | 115 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.55 |
| HSL | 197.42º | 0.37% | 0.33% | - |
| HSV(B) | 197.42º | 0.54% | 0.45% | - |
| XYZ | 8.84 | 10.54 | 17.79 | - |
| YUV | 85.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 115 | 0.54 | 0.16 | 0 | 0.55 | 197.42 | 0.37 | 0.33 |
| Hex | 35 | 61 | 73 | 36 | 10 | 0 | 37 | C5 | 25 | 21 |
| Octal | 65 | 141 | 163 | 66 | 20 | 0 | 67 | 305 | 45 | 41 |
| Binary | 110101 | 1100001 | 1110011 | 110110 | 10000 | 0 | 110111 | 11000101 | 100101 | 100001 |
Color Harmonies of #356173
Complementary color
Monochromatic Colors of #356173
Black with #356173
Text Example
Text Example
White with #356173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356173; }
p { color: rgb(53,97,115); }
H1.HeaderClassName
{
color: #356173;
}
.AnyTagClassName
{
color: #356173;
}
</style>
background-color css
<style>
a { background-color: #356173; }
a { background-color: rgb(53,97,115); }
div.DivClassName
{
background-color: #356173;
}
.BgClassName
{
background-color: #356173;
}
</style>
border-color css
<style>
span { border-color: #356173; }
span { border-color: rgb(53,97,115); }
td.TdClassName
{
border-color: #356173;
}
.TagClassName
{
border-color: #356173;
}
</style>