Shades of Blumine #346371
Tints of Blumine #346371
RGB
CMYK
RGB Variations
Color information
#346371 (or 0x346371) is known color: Blumine. HEX triplet: 34, 63 and 71. RGB value is (52,99,113). Sum of RGB (Red+Green+Blue) = 52+99+113=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #346371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346371 is #CB9C8E. Grayscale: #565656. Windows color (decimal): -13343887 or 7430964. OLE color: 7430964.
HSL color Cylindrical-coordinate representation of color #346371: hue angle of 193.77º 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 #346371 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 99 | 113 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.56 |
| HSL | 193.77º | 0.37% | 0.32% | - |
| HSV(B) | 193.77º | 0.54% | 0.44% | - |
| XYZ | 8.86 | 10.85 | 17.25 | - |
| YUV | 86.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 113 | 0.54 | 0.12 | 0 | 0.56 | 193.77 | 0.37 | 0.32 |
| Hex | 34 | 63 | 71 | 36 | C | 0 | 38 | C2 | 25 | 20 |
| Octal | 64 | 143 | 161 | 66 | 14 | 0 | 70 | 302 | 45 | 40 |
| Binary | 110100 | 1100011 | 1110001 | 110110 | 1100 | 0 | 111000 | 11000010 | 100101 | 100000 |
Color Harmonies of #346371
Complementary color
Monochromatic Colors of #346371
Black with #346371
Text Example
Text Example
White with #346371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346371; }
p { color: rgb(52,99,113); }
H1.HeaderClassName
{
color: #346371;
}
.AnyTagClassName
{
color: #346371;
}
</style>
background-color css
<style>
a { background-color: #346371; }
a { background-color: rgb(52,99,113); }
div.DivClassName
{
background-color: #346371;
}
.BgClassName
{
background-color: #346371;
}
</style>
border-color css
<style>
span { border-color: #346371; }
span { border-color: rgb(52,99,113); }
td.TdClassName
{
border-color: #346371;
}
.TagClassName
{
border-color: #346371;
}
</style>