Shades of Blumine #356572
Tints of Blumine #356572
RGB
CMYK
RGB Variations
Color information
#356572 (or 0x356572) is known color: Blumine. HEX triplet: 35, 65 and 72. RGB value is (53,101,114). Sum of RGB (Red+Green+Blue) = 53+101+114=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #356572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356572 is #CA9A8D. Grayscale: #585858. Windows color (decimal): -13277838 or 7497013. OLE color: 7497013.
HSL color Cylindrical-coordinate representation of color #356572: hue angle of 192.79º 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 #356572 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 101 | 114 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.55 |
| HSL | 192.79º | 0.37% | 0.33% | - |
| HSV(B) | 192.79º | 0.54% | 0.45% | - |
| XYZ | 9.16 | 11.28 | 17.61 | - |
| YUV | 88.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 114 | 0.54 | 0.11 | 0 | 0.55 | 192.79 | 0.37 | 0.33 |
| Hex | 35 | 65 | 72 | 36 | B | 0 | 37 | C1 | 25 | 21 |
| Octal | 65 | 145 | 162 | 66 | 13 | 0 | 67 | 301 | 45 | 41 |
| Binary | 110101 | 1100101 | 1110010 | 110110 | 1011 | 0 | 110111 | 11000001 | 100101 | 100001 |
Color Harmonies of #356572
Complementary color
Monochromatic Colors of #356572
Black with #356572
Text Example
Text Example
White with #356572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356572; }
p { color: rgb(53,101,114); }
H1.HeaderClassName
{
color: #356572;
}
.AnyTagClassName
{
color: #356572;
}
</style>
background-color css
<style>
a { background-color: #356572; }
a { background-color: rgb(53,101,114); }
div.DivClassName
{
background-color: #356572;
}
.BgClassName
{
background-color: #356572;
}
</style>
border-color css
<style>
span { border-color: #356572; }
span { border-color: rgb(53,101,114); }
td.TdClassName
{
border-color: #356572;
}
.TagClassName
{
border-color: #356572;
}
</style>