Shades of Blumine #346875
Tints of Blumine #346875
RGB
CMYK
RGB Variations
Color information
#346875 (or 0x346875) is known color: Blumine. HEX triplet: 34, 68 and 75. RGB value is (52,104,117). Sum of RGB (Red+Green+Blue) = 52+104+117=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #346875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346875 is #CB978A. Grayscale: #595959. Windows color (decimal): -13342603 or 7694388. OLE color: 7694388.
HSL color Cylindrical-coordinate representation of color #346875: hue angle of 192º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #346875 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 104 | 117 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.54 |
| HSL | 192º | 0.38% | 0.33% | - |
| HSV(B) | 192º | 0.56% | 0.46% | - |
| XYZ | 9.58 | 11.92 | 18.62 | - |
| YUV | 89.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 117 | 0.56 | 0.11 | 0 | 0.54 | 192 | 0.38 | 0.33 |
| Hex | 34 | 68 | 75 | 38 | B | 0 | 36 | C0 | 26 | 21 |
| Octal | 64 | 150 | 165 | 70 | 13 | 0 | 66 | 300 | 46 | 41 |
| Binary | 110100 | 1101000 | 1110101 | 111000 | 1011 | 0 | 110110 | 11000000 | 100110 | 100001 |
Color Harmonies of #346875
Complementary color
Monochromatic Colors of #346875
Black with #346875
Text Example
Text Example
White with #346875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346875; }
p { color: rgb(52,104,117); }
H1.HeaderClassName
{
color: #346875;
}
.AnyTagClassName
{
color: #346875;
}
</style>
background-color css
<style>
a { background-color: #346875; }
a { background-color: rgb(52,104,117); }
div.DivClassName
{
background-color: #346875;
}
.BgClassName
{
background-color: #346875;
}
</style>
border-color css
<style>
span { border-color: #346875; }
span { border-color: rgb(52,104,117); }
td.TdClassName
{
border-color: #346875;
}
.TagClassName
{
border-color: #346875;
}
</style>