Shades of Blumine #356473
Tints of Blumine #356473
RGB
CMYK
RGB Variations
Color information
#356473 (or 0x356473) is known color: Blumine. HEX triplet: 35, 64 and 73. RGB value is (53,100,115). Sum of RGB (Red+Green+Blue) = 53+100+115=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #356473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356473 is #CA9B8C. Grayscale: #575757. Windows color (decimal): -13278093 or 7562293. OLE color: 7562293.
HSL color Cylindrical-coordinate representation of color #356473: hue angle of 194.52º 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 #356473 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 100 | 115 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.55 |
| HSL | 194.52º | 0.37% | 0.33% | - |
| HSV(B) | 194.52º | 0.54% | 0.45% | - |
| XYZ | 9.12 | 11.11 | 17.88 | - |
| YUV | 87.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 115 | 0.54 | 0.13 | 0 | 0.55 | 194.52 | 0.37 | 0.33 |
| Hex | 35 | 64 | 73 | 36 | D | 0 | 37 | C3 | 25 | 21 |
| Octal | 65 | 144 | 163 | 66 | 15 | 0 | 67 | 303 | 45 | 41 |
| Binary | 110101 | 1100100 | 1110011 | 110110 | 1101 | 0 | 110111 | 11000011 | 100101 | 100001 |
Color Harmonies of #356473
Complementary color
Monochromatic Colors of #356473
Black with #356473
Text Example
Text Example
White with #356473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356473; }
p { color: rgb(53,100,115); }
H1.HeaderClassName
{
color: #356473;
}
.AnyTagClassName
{
color: #356473;
}
</style>
background-color css
<style>
a { background-color: #356473; }
a { background-color: rgb(53,100,115); }
div.DivClassName
{
background-color: #356473;
}
.BgClassName
{
background-color: #356473;
}
</style>
border-color css
<style>
span { border-color: #356473; }
span { border-color: rgb(53,100,115); }
td.TdClassName
{
border-color: #356473;
}
.TagClassName
{
border-color: #356473;
}
</style>