Shades of Blumine #356273
Tints of Blumine #356273
RGB
CMYK
RGB Variations
Color information
#356273 (or 0x356273) is known color: Blumine. HEX triplet: 35, 62 and 73. RGB value is (53,98,115). Sum of RGB (Red+Green+Blue) = 53+98+115=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #356273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356273 is #CA9D8C. Grayscale: #565656. Windows color (decimal): -13278605 or 7561781. OLE color: 7561781.
HSL color Cylindrical-coordinate representation of color #356273: hue angle of 196.45º 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 #356273 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 98 | 115 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.55 |
| HSL | 196.45º | 0.37% | 0.33% | - |
| HSV(B) | 196.45º | 0.54% | 0.45% | - |
| XYZ | 8.93 | 10.73 | 17.82 | - |
| YUV | 86.48 | 144.09 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 115 | 0.54 | 0.15 | 0 | 0.55 | 196.45 | 0.37 | 0.33 |
| Hex | 35 | 62 | 73 | 36 | F | 0 | 37 | C4 | 25 | 21 |
| Octal | 65 | 142 | 163 | 66 | 17 | 0 | 67 | 304 | 45 | 41 |
| Binary | 110101 | 1100010 | 1110011 | 110110 | 1111 | 0 | 110111 | 11000100 | 100101 | 100001 |
Color Harmonies of #356273
Complementary color
Monochromatic Colors of #356273
Black with #356273
Text Example
Text Example
White with #356273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356273; }
p { color: rgb(53,98,115); }
H1.HeaderClassName
{
color: #356273;
}
.AnyTagClassName
{
color: #356273;
}
</style>
background-color css
<style>
a { background-color: #356273; }
a { background-color: rgb(53,98,115); }
div.DivClassName
{
background-color: #356273;
}
.BgClassName
{
background-color: #356273;
}
</style>
border-color css
<style>
span { border-color: #356273; }
span { border-color: rgb(53,98,115); }
td.TdClassName
{
border-color: #356273;
}
.TagClassName
{
border-color: #356273;
}
</style>