Shades of Blumine #34596D
Tints of Blumine #34596D
RGB
CMYK
RGB Variations
Color information
#34596D (or 0x34596D) is known color: Blumine. HEX triplet: 34, 59 and 6D. RGB value is (52,89,109). Sum of RGB (Red+Green+Blue) = 52+89+109=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #34596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34596D is #CBA692. Grayscale: #505050. Windows color (decimal): -13346451 or 7166260. OLE color: 7166260.
HSL color Cylindrical-coordinate representation of color #34596D: hue angle of 201.05º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34596D is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 89 | 109 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.57 |
| HSL | 201.05º | 0.35% | 0.32% | - |
| HSV(B) | 201.05º | 0.52% | 0.43% | - |
| XYZ | 7.75 | 8.98 | 15.79 | - |
| YUV | 80.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 109 | 0.52 | 0.18 | 0 | 0.57 | 201.05 | 0.35 | 0.32 |
| Hex | 34 | 59 | 6D | 34 | 12 | 0 | 39 | C9 | 23 | 20 |
| Octal | 64 | 131 | 155 | 64 | 22 | 0 | 71 | 311 | 43 | 40 |
| Binary | 110100 | 1011001 | 1101101 | 110100 | 10010 | 0 | 111001 | 11001001 | 100011 | 100000 |
Color Harmonies of #34596D
Complementary color
Monochromatic Colors of #34596D
Black with #34596D
Text Example
Text Example
White with #34596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34596D; }
p { color: rgb(52,89,109); }
H1.HeaderClassName
{
color: #34596D;
}
.AnyTagClassName
{
color: #34596D;
}
</style>
background-color css
<style>
a { background-color: #34596D; }
a { background-color: rgb(52,89,109); }
div.DivClassName
{
background-color: #34596D;
}
.BgClassName
{
background-color: #34596D;
}
</style>
border-color css
<style>
span { border-color: #34596D; }
span { border-color: rgb(52,89,109); }
td.TdClassName
{
border-color: #34596D;
}
.TagClassName
{
border-color: #34596D;
}
</style>