Shades of Blumine #346178
Tints of Blumine #346178
RGB
CMYK
RGB Variations
Color information
#346178 (or 0x346178) is known color: Blumine. HEX triplet: 34, 61 and 78. RGB value is (52,97,120). Sum of RGB (Red+Green+Blue) = 52+97+120=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #346178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346178 is #CB9E87. Grayscale: #565656. Windows color (decimal): -13344392 or 7889204. OLE color: 7889204.
HSL color Cylindrical-coordinate representation of color #346178: hue angle of 200.29º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #346178 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 97 | 120 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.53 |
| HSL | 200.29º | 0.4% | 0.34% | - |
| HSV(B) | 200.29º | 0.57% | 0.47% | - |
| XYZ | 9.08 | 10.64 | 19.34 | - |
| YUV | 86.17 | 147.09 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 120 | 0.57 | 0.19 | 0 | 0.53 | 200.29 | 0.4 | 0.34 |
| Hex | 34 | 61 | 78 | 39 | 13 | 0 | 35 | C8 | 28 | 22 |
| Octal | 64 | 141 | 170 | 71 | 23 | 0 | 65 | 310 | 50 | 42 |
| Binary | 110100 | 1100001 | 1111000 | 111001 | 10011 | 0 | 110101 | 11001000 | 101000 | 100010 |
Color Harmonies of #346178
Complementary color
Monochromatic Colors of #346178
Black with #346178
Text Example
Text Example
White with #346178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346178; }
p { color: rgb(52,97,120); }
H1.HeaderClassName
{
color: #346178;
}
.AnyTagClassName
{
color: #346178;
}
</style>
background-color css
<style>
a { background-color: #346178; }
a { background-color: rgb(52,97,120); }
div.DivClassName
{
background-color: #346178;
}
.BgClassName
{
background-color: #346178;
}
</style>
border-color css
<style>
span { border-color: #346178; }
span { border-color: rgb(52,97,120); }
td.TdClassName
{
border-color: #346178;
}
.TagClassName
{
border-color: #346178;
}
</style>