Shades of Blumine #356276
Tints of Blumine #356276
RGB
CMYK
RGB Variations
Color information
#356276 (or 0x356276) is known color: Blumine. HEX triplet: 35, 62 and 76. RGB value is (53,98,118). Sum of RGB (Red+Green+Blue) = 53+98+118=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #356276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356276 is #CA9D89. Grayscale: #565656. Windows color (decimal): -13278602 or 7758389. OLE color: 7758389.
HSL color Cylindrical-coordinate representation of color #356276: hue angle of 198.46º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356276 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 98 | 118 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.54 |
| HSL | 198.46º | 0.38% | 0.34% | - |
| HSV(B) | 198.46º | 0.55% | 0.46% | - |
| XYZ | 9.11 | 10.8 | 18.74 | - |
| YUV | 86.83 | 145.59 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 118 | 0.55 | 0.17 | 0 | 0.54 | 198.46 | 0.38 | 0.34 |
| Hex | 35 | 62 | 76 | 37 | 11 | 0 | 36 | C6 | 26 | 22 |
| Octal | 65 | 142 | 166 | 67 | 21 | 0 | 66 | 306 | 46 | 42 |
| Binary | 110101 | 1100010 | 1110110 | 110111 | 10001 | 0 | 110110 | 11000110 | 100110 | 100010 |
Color Harmonies of #356276
Complementary color
Monochromatic Colors of #356276
Black with #356276
Text Example
Text Example
White with #356276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356276; }
p { color: rgb(53,98,118); }
H1.HeaderClassName
{
color: #356276;
}
.AnyTagClassName
{
color: #356276;
}
</style>
background-color css
<style>
a { background-color: #356276; }
a { background-color: rgb(53,98,118); }
div.DivClassName
{
background-color: #356276;
}
.BgClassName
{
background-color: #356276;
}
</style>
border-color css
<style>
span { border-color: #356276; }
span { border-color: rgb(53,98,118); }
td.TdClassName
{
border-color: #356276;
}
.TagClassName
{
border-color: #356276;
}
</style>