Shades of Blumine #356875
Tints of Blumine #356875
RGB
CMYK
RGB Variations
Color information
#356875 (or 0x356875) is known color: Blumine. HEX triplet: 35, 68 and 75. RGB value is (53,104,117). Sum of RGB (Red+Green+Blue) = 53+104+117=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #356875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356875 is #CA978A. Grayscale: #5A5A5A. Windows color (decimal): -13277067 or 7694389. OLE color: 7694389.
HSL color Cylindrical-coordinate representation of color #356875: hue angle of 192.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356875 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 104 | 117 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.54 |
| HSL | 192.19º | 0.38% | 0.33% | - |
| HSV(B) | 192.19º | 0.55% | 0.46% | - |
| XYZ | 9.63 | 11.94 | 18.63 | - |
| YUV | 90.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 117 | 0.55 | 0.11 | 0 | 0.54 | 192.19 | 0.38 | 0.33 |
| Hex | 35 | 68 | 75 | 37 | B | 0 | 36 | C0 | 26 | 21 |
| Octal | 65 | 150 | 165 | 67 | 13 | 0 | 66 | 300 | 46 | 41 |
| Binary | 110101 | 1101000 | 1110101 | 110111 | 1011 | 0 | 110110 | 11000000 | 100110 | 100001 |
Color Harmonies of #356875
Complementary color
Monochromatic Colors of #356875
Black with #356875
Text Example
Text Example
White with #356875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356875; }
p { color: rgb(53,104,117); }
H1.HeaderClassName
{
color: #356875;
}
.AnyTagClassName
{
color: #356875;
}
</style>
background-color css
<style>
a { background-color: #356875; }
a { background-color: rgb(53,104,117); }
div.DivClassName
{
background-color: #356875;
}
.BgClassName
{
background-color: #356875;
}
</style>
border-color css
<style>
span { border-color: #356875; }
span { border-color: rgb(53,104,117); }
td.TdClassName
{
border-color: #356875;
}
.TagClassName
{
border-color: #356875;
}
</style>