Shades of Blumine #346173
Tints of Blumine #346173
RGB
CMYK
RGB Variations
Color information
#346173 (or 0x346173) is known color: Blumine. HEX triplet: 34, 61 and 73. RGB value is (52,97,115). Sum of RGB (Red+Green+Blue) = 52+97+115=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #346173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346173 is #CB9E8C. Grayscale: #555555. Windows color (decimal): -13344397 or 7561524. OLE color: 7561524.
HSL color Cylindrical-coordinate representation of color #346173: hue angle of 197.14º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #346173 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 97 | 115 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.55 |
| HSL | 197.14º | 0.38% | 0.33% | - |
| HSV(B) | 197.14º | 0.55% | 0.45% | - |
| XYZ | 8.79 | 10.52 | 17.79 | - |
| YUV | 85.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 115 | 0.55 | 0.16 | 0 | 0.55 | 197.14 | 0.38 | 0.33 |
| Hex | 34 | 61 | 73 | 37 | 10 | 0 | 37 | C5 | 26 | 21 |
| Octal | 64 | 141 | 163 | 67 | 20 | 0 | 67 | 305 | 46 | 41 |
| Binary | 110100 | 1100001 | 1110011 | 110111 | 10000 | 0 | 110111 | 11000101 | 100110 | 100001 |
Color Harmonies of #346173
Complementary color
Monochromatic Colors of #346173
Black with #346173
Text Example
Text Example
White with #346173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346173; }
p { color: rgb(52,97,115); }
H1.HeaderClassName
{
color: #346173;
}
.AnyTagClassName
{
color: #346173;
}
</style>
background-color css
<style>
a { background-color: #346173; }
a { background-color: rgb(52,97,115); }
div.DivClassName
{
background-color: #346173;
}
.BgClassName
{
background-color: #346173;
}
</style>
border-color css
<style>
span { border-color: #346173; }
span { border-color: rgb(52,97,115); }
td.TdClassName
{
border-color: #346173;
}
.TagClassName
{
border-color: #346173;
}
</style>