Shades of Blumine #356272
Tints of Blumine #356272
RGB
CMYK
RGB Variations
Color information
#356272 (or 0x356272) is known color: Blumine. HEX triplet: 35, 62 and 72. RGB value is (53,98,114). Sum of RGB (Red+Green+Blue) = 53+98+114=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #356272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356272 is #CA9D8D. Grayscale: #565656. Windows color (decimal): -13278606 or 7496245. OLE color: 7496245.
HSL color Cylindrical-coordinate representation of color #356272: hue angle of 195.74º 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 #356272 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 98 | 114 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.55 |
| HSL | 195.74º | 0.37% | 0.33% | - |
| HSV(B) | 195.74º | 0.54% | 0.45% | - |
| XYZ | 8.87 | 10.71 | 17.52 | - |
| YUV | 86.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 114 | 0.54 | 0.14 | 0 | 0.55 | 195.74 | 0.37 | 0.33 |
| Hex | 35 | 62 | 72 | 36 | E | 0 | 37 | C4 | 25 | 21 |
| Octal | 65 | 142 | 162 | 66 | 16 | 0 | 67 | 304 | 45 | 41 |
| Binary | 110101 | 1100010 | 1110010 | 110110 | 1110 | 0 | 110111 | 11000100 | 100101 | 100001 |
Color Harmonies of #356272
Complementary color
Monochromatic Colors of #356272
Black with #356272
Text Example
Text Example
White with #356272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356272; }
p { color: rgb(53,98,114); }
H1.HeaderClassName
{
color: #356272;
}
.AnyTagClassName
{
color: #356272;
}
</style>
background-color css
<style>
a { background-color: #356272; }
a { background-color: rgb(53,98,114); }
div.DivClassName
{
background-color: #356272;
}
.BgClassName
{
background-color: #356272;
}
</style>
border-color css
<style>
span { border-color: #356272; }
span { border-color: rgb(53,98,114); }
td.TdClassName
{
border-color: #356272;
}
.TagClassName
{
border-color: #356272;
}
</style>