Shades of Blumine #356172
Tints of Blumine #356172
RGB
CMYK
RGB Variations
Color information
#356172 (or 0x356172) is known color: Blumine. HEX triplet: 35, 61 and 72. RGB value is (53,97,114). Sum of RGB (Red+Green+Blue) = 53+97+114=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #356172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356172 is #CA9E8D. Grayscale: #555555. Windows color (decimal): -13278862 or 7495989. OLE color: 7495989.
HSL color Cylindrical-coordinate representation of color #356172: hue angle of 196.72º 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 #356172 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 97 | 114 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.55 |
| HSL | 196.72º | 0.37% | 0.33% | - |
| HSV(B) | 196.72º | 0.54% | 0.45% | - |
| XYZ | 8.78 | 10.52 | 17.49 | - |
| YUV | 85.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 114 | 0.54 | 0.15 | 0 | 0.55 | 196.72 | 0.37 | 0.33 |
| Hex | 35 | 61 | 72 | 36 | F | 0 | 37 | C5 | 25 | 21 |
| Octal | 65 | 141 | 162 | 66 | 17 | 0 | 67 | 305 | 45 | 41 |
| Binary | 110101 | 1100001 | 1110010 | 110110 | 1111 | 0 | 110111 | 11000101 | 100101 | 100001 |
Color Harmonies of #356172
Complementary color
Monochromatic Colors of #356172
Black with #356172
Text Example
Text Example
White with #356172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356172; }
p { color: rgb(53,97,114); }
H1.HeaderClassName
{
color: #356172;
}
.AnyTagClassName
{
color: #356172;
}
</style>
background-color css
<style>
a { background-color: #356172; }
a { background-color: rgb(53,97,114); }
div.DivClassName
{
background-color: #356172;
}
.BgClassName
{
background-color: #356172;
}
</style>
border-color css
<style>
span { border-color: #356172; }
span { border-color: rgb(53,97,114); }
td.TdClassName
{
border-color: #356172;
}
.TagClassName
{
border-color: #356172;
}
</style>