Shades of Blumine #356876
Tints of Blumine #356876
RGB
CMYK
RGB Variations
Color information
#356876 (or 0x356876) is known color: Blumine. HEX triplet: 35, 68 and 76. RGB value is (53,104,118). Sum of RGB (Red+Green+Blue) = 53+104+118=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #356876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356876 is #CA9789. Grayscale: #5A5A5A. Windows color (decimal): -13277066 or 7759925. OLE color: 7759925.
HSL color Cylindrical-coordinate representation of color #356876: hue angle of 192.92º 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 #356876 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 104 | 118 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.54 |
| HSL | 192.92º | 0.38% | 0.34% | - |
| HSV(B) | 192.92º | 0.55% | 0.46% | - |
| XYZ | 9.69 | 11.97 | 18.94 | - |
| YUV | 90.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 118 | 0.55 | 0.12 | 0 | 0.54 | 192.92 | 0.38 | 0.34 |
| Hex | 35 | 68 | 76 | 37 | C | 0 | 36 | C1 | 26 | 22 |
| Octal | 65 | 150 | 166 | 67 | 14 | 0 | 66 | 301 | 46 | 42 |
| Binary | 110101 | 1101000 | 1110110 | 110111 | 1100 | 0 | 110110 | 11000001 | 100110 | 100010 |
Color Harmonies of #356876
Complementary color
Monochromatic Colors of #356876
Black with #356876
Text Example
Text Example
White with #356876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356876; }
p { color: rgb(53,104,118); }
H1.HeaderClassName
{
color: #356876;
}
.AnyTagClassName
{
color: #356876;
}
</style>
background-color css
<style>
a { background-color: #356876; }
a { background-color: rgb(53,104,118); }
div.DivClassName
{
background-color: #356876;
}
.BgClassName
{
background-color: #356876;
}
</style>
border-color css
<style>
span { border-color: #356876; }
span { border-color: rgb(53,104,118); }
td.TdClassName
{
border-color: #356876;
}
.TagClassName
{
border-color: #356876;
}
</style>