Shades of Blumine #346872
Tints of Blumine #346872
RGB
CMYK
RGB Variations
Color information
#346872 (or 0x346872) is known color: Blumine. HEX triplet: 34, 68 and 72. RGB value is (52,104,114). Sum of RGB (Red+Green+Blue) = 52+104+114=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #346872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346872 is #CB978D. Grayscale: #595959. Windows color (decimal): -13342606 or 7497780. OLE color: 7497780.
HSL color Cylindrical-coordinate representation of color #346872: hue angle of 189.68º 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 #346872 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 104 | 114 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.55 |
| HSL | 189.68º | 0.37% | 0.33% | - |
| HSV(B) | 189.68º | 0.54% | 0.45% | - |
| XYZ | 9.4 | 11.85 | 17.71 | - |
| YUV | 89.59 | 141.77 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 114 | 0.54 | 0.09 | 0 | 0.55 | 189.68 | 0.37 | 0.33 |
| Hex | 34 | 68 | 72 | 36 | 9 | 0 | 37 | BE | 25 | 21 |
| Octal | 64 | 150 | 162 | 66 | 11 | 0 | 67 | 276 | 45 | 41 |
| Binary | 110100 | 1101000 | 1110010 | 110110 | 1001 | 0 | 110111 | 10111110 | 100101 | 100001 |
Color Harmonies of #346872
Complementary color
Monochromatic Colors of #346872
Black with #346872
Text Example
Text Example
White with #346872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346872; }
p { color: rgb(52,104,114); }
H1.HeaderClassName
{
color: #346872;
}
.AnyTagClassName
{
color: #346872;
}
</style>
background-color css
<style>
a { background-color: #346872; }
a { background-color: rgb(52,104,114); }
div.DivClassName
{
background-color: #346872;
}
.BgClassName
{
background-color: #346872;
}
</style>
border-color css
<style>
span { border-color: #346872; }
span { border-color: rgb(52,104,114); }
td.TdClassName
{
border-color: #346872;
}
.TagClassName
{
border-color: #346872;
}
</style>