Shades of Blumine #345D71
Tints of Blumine #345D71
RGB
CMYK
RGB Variations
Color information
#345D71 (or 0x345D71) is known color: Blumine. HEX triplet: 34, 5D and 71. RGB value is (52,93,113). Sum of RGB (Red+Green+Blue) = 52+93+113=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #345D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D71 is #CBA28E. Grayscale: #525252. Windows color (decimal): -13345423 or 7429428. OLE color: 7429428.
HSL color Cylindrical-coordinate representation of color #345D71: hue angle of 199.67º 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 #345D71 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 93 | 113 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.56 |
| HSL | 199.67º | 0.37% | 0.32% | - |
| HSV(B) | 199.67º | 0.54% | 0.44% | - |
| XYZ | 8.31 | 9.75 | 17.07 | - |
| YUV | 83.02 | 144.92 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 113 | 0.54 | 0.18 | 0 | 0.56 | 199.67 | 0.37 | 0.32 |
| Hex | 34 | 5D | 71 | 36 | 12 | 0 | 38 | C8 | 25 | 20 |
| Octal | 64 | 135 | 161 | 66 | 22 | 0 | 70 | 310 | 45 | 40 |
| Binary | 110100 | 1011101 | 1110001 | 110110 | 10010 | 0 | 111000 | 11001000 | 100101 | 100000 |
Color Harmonies of #345D71
Complementary color
Monochromatic Colors of #345D71
Black with #345D71
Text Example
Text Example
White with #345D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D71; }
p { color: rgb(52,93,113); }
H1.HeaderClassName
{
color: #345D71;
}
.AnyTagClassName
{
color: #345D71;
}
</style>
background-color css
<style>
a { background-color: #345D71; }
a { background-color: rgb(52,93,113); }
div.DivClassName
{
background-color: #345D71;
}
.BgClassName
{
background-color: #345D71;
}
</style>
border-color css
<style>
span { border-color: #345D71; }
span { border-color: rgb(52,93,113); }
td.TdClassName
{
border-color: #345D71;
}
.TagClassName
{
border-color: #345D71;
}
</style>