Shades of Blumine #346870
Tints of Blumine #346870
RGB
CMYK
RGB Variations
Color information
#346870 (or 0x346870) is known color: Blumine. HEX triplet: 34, 68 and 70. RGB value is (52,104,112). Sum of RGB (Red+Green+Blue) = 52+104+112=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #346870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346870 is #CB978F. Grayscale: #595959. Windows color (decimal): -13342608 or 7366708. OLE color: 7366708.
HSL color Cylindrical-coordinate representation of color #346870: hue angle of 188º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346870 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 104 | 112 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.56 |
| HSL | 188º | 0.37% | 0.32% | - |
| HSV(B) | 188º | 0.54% | 0.44% | - |
| XYZ | 9.29 | 11.8 | 17.12 | - |
| YUV | 89.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 112 | 0.54 | 0.07 | 0 | 0.56 | 188 | 0.37 | 0.32 |
| Hex | 34 | 68 | 70 | 36 | 7 | 0 | 38 | BC | 25 | 20 |
| Octal | 64 | 150 | 160 | 66 | 7 | 0 | 70 | 274 | 45 | 40 |
| Binary | 110100 | 1101000 | 1110000 | 110110 | 111 | 0 | 111000 | 10111100 | 100101 | 100000 |
Color Harmonies of #346870
Complementary color
Monochromatic Colors of #346870
Black with #346870
Text Example
Text Example
White with #346870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346870; }
p { color: rgb(52,104,112); }
H1.HeaderClassName
{
color: #346870;
}
.AnyTagClassName
{
color: #346870;
}
</style>
background-color css
<style>
a { background-color: #346870; }
a { background-color: rgb(52,104,112); }
div.DivClassName
{
background-color: #346870;
}
.BgClassName
{
background-color: #346870;
}
</style>
border-color css
<style>
span { border-color: #346870; }
span { border-color: rgb(52,104,112); }
td.TdClassName
{
border-color: #346870;
}
.TagClassName
{
border-color: #346870;
}
</style>