Shades of Blumine #346177
Tints of Blumine #346177
RGB
CMYK
RGB Variations
Color information
#346177 (or 0x346177) is known color: Blumine. HEX triplet: 34, 61 and 77. RGB value is (52,97,119). Sum of RGB (Red+Green+Blue) = 52+97+119=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #346177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346177 is #CB9E88. Grayscale: #555555. Windows color (decimal): -13344393 or 7823668. OLE color: 7823668.
HSL color Cylindrical-coordinate representation of color #346177: hue angle of 199.7º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #346177 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 97 | 119 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.53 |
| HSL | 199.7º | 0.39% | 0.34% | - |
| HSV(B) | 199.7º | 0.56% | 0.47% | - |
| XYZ | 9.02 | 10.61 | 19.03 | - |
| YUV | 86.05 | 146.59 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 119 | 0.56 | 0.18 | 0 | 0.53 | 199.7 | 0.39 | 0.34 |
| Hex | 34 | 61 | 77 | 38 | 12 | 0 | 35 | C8 | 27 | 22 |
| Octal | 64 | 141 | 167 | 70 | 22 | 0 | 65 | 310 | 47 | 42 |
| Binary | 110100 | 1100001 | 1110111 | 111000 | 10010 | 0 | 110101 | 11001000 | 100111 | 100010 |
Color Harmonies of #346177
Complementary color
Monochromatic Colors of #346177
Black with #346177
Text Example
Text Example
White with #346177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346177; }
p { color: rgb(52,97,119); }
H1.HeaderClassName
{
color: #346177;
}
.AnyTagClassName
{
color: #346177;
}
</style>
background-color css
<style>
a { background-color: #346177; }
a { background-color: rgb(52,97,119); }
div.DivClassName
{
background-color: #346177;
}
.BgClassName
{
background-color: #346177;
}
</style>
border-color css
<style>
span { border-color: #346177; }
span { border-color: rgb(52,97,119); }
td.TdClassName
{
border-color: #346177;
}
.TagClassName
{
border-color: #346177;
}
</style>