Shades of Blumine #346172
Tints of Blumine #346172
RGB
CMYK
RGB Variations
Color information
#346172 (or 0x346172) is known color: Blumine. HEX triplet: 34, 61 and 72. RGB value is (52,97,114). Sum of RGB (Red+Green+Blue) = 52+97+114=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #346172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346172 is #CB9E8D. Grayscale: #555555. Windows color (decimal): -13344398 or 7495988. OLE color: 7495988.
HSL color Cylindrical-coordinate representation of color #346172: hue angle of 196.45º 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 #346172 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 97 | 114 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.55 |
| HSL | 196.45º | 0.37% | 0.33% | - |
| HSV(B) | 196.45º | 0.54% | 0.45% | - |
| XYZ | 8.73 | 10.49 | 17.49 | - |
| YUV | 85.48 | 144.09 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 114 | 0.54 | 0.15 | 0 | 0.55 | 196.45 | 0.37 | 0.33 |
| Hex | 34 | 61 | 72 | 36 | F | 0 | 37 | C4 | 25 | 21 |
| Octal | 64 | 141 | 162 | 66 | 17 | 0 | 67 | 304 | 45 | 41 |
| Binary | 110100 | 1100001 | 1110010 | 110110 | 1111 | 0 | 110111 | 11000100 | 100101 | 100001 |
Color Harmonies of #346172
Complementary color
Monochromatic Colors of #346172
Black with #346172
Text Example
Text Example
White with #346172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346172; }
p { color: rgb(52,97,114); }
H1.HeaderClassName
{
color: #346172;
}
.AnyTagClassName
{
color: #346172;
}
</style>
background-color css
<style>
a { background-color: #346172; }
a { background-color: rgb(52,97,114); }
div.DivClassName
{
background-color: #346172;
}
.BgClassName
{
background-color: #346172;
}
</style>
border-color css
<style>
span { border-color: #346172; }
span { border-color: rgb(52,97,114); }
td.TdClassName
{
border-color: #346172;
}
.TagClassName
{
border-color: #346172;
}
</style>