Shades of Blumine #356874
Tints of Blumine #356874
RGB
CMYK
RGB Variations
Color information
#356874 (or 0x356874) is known color: Blumine. HEX triplet: 35, 68 and 74. RGB value is (53,104,116). Sum of RGB (Red+Green+Blue) = 53+104+116=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #356874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356874 is #CA978B. Grayscale: #5A5A5A. Windows color (decimal): -13277068 or 7628853. OLE color: 7628853.
HSL color Cylindrical-coordinate representation of color #356874: hue angle of 191.43º 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 #356874 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 104 | 116 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.55 |
| HSL | 191.43º | 0.37% | 0.33% | - |
| HSV(B) | 191.43º | 0.54% | 0.45% | - |
| XYZ | 9.57 | 11.92 | 18.32 | - |
| YUV | 90.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 116 | 0.54 | 0.10 | 0 | 0.55 | 191.43 | 0.37 | 0.33 |
| Hex | 35 | 68 | 74 | 36 | A | 0 | 37 | BF | 25 | 21 |
| Octal | 65 | 150 | 164 | 66 | 12 | 0 | 67 | 277 | 45 | 41 |
| Binary | 110101 | 1101000 | 1110100 | 110110 | 1010 | 0 | 110111 | 10111111 | 100101 | 100001 |
Color Harmonies of #356874
Complementary color
Monochromatic Colors of #356874
Black with #356874
Text Example
Text Example
White with #356874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356874; }
p { color: rgb(53,104,116); }
H1.HeaderClassName
{
color: #356874;
}
.AnyTagClassName
{
color: #356874;
}
</style>
background-color css
<style>
a { background-color: #356874; }
a { background-color: rgb(53,104,116); }
div.DivClassName
{
background-color: #356874;
}
.BgClassName
{
background-color: #356874;
}
</style>
border-color css
<style>
span { border-color: #356874; }
span { border-color: rgb(53,104,116); }
td.TdClassName
{
border-color: #356874;
}
.TagClassName
{
border-color: #356874;
}
</style>