Shades of Blumine #345972
Tints of Blumine #345972
RGB
CMYK
RGB Variations
Color information
#345972 (or 0x345972) is known color: Blumine. HEX triplet: 34, 59 and 72. RGB value is (52,89,114). Sum of RGB (Red+Green+Blue) = 52+89+114=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #345972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345972 is #CBA68D. Grayscale: #505050. Windows color (decimal): -13346446 or 7493940. OLE color: 7493940.
HSL color Cylindrical-coordinate representation of color #345972: hue angle of 204.19º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345972 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 89 | 114 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.55 |
| HSL | 204.19º | 0.37% | 0.33% | - |
| HSV(B) | 204.19º | 0.54% | 0.45% | - |
| XYZ | 8.03 | 9.09 | 17.25 | - |
| YUV | 80.79 | 146.74 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 114 | 0.54 | 0.22 | 0 | 0.55 | 204.19 | 0.37 | 0.33 |
| Hex | 34 | 59 | 72 | 36 | 16 | 0 | 37 | CC | 25 | 21 |
| Octal | 64 | 131 | 162 | 66 | 26 | 0 | 67 | 314 | 45 | 41 |
| Binary | 110100 | 1011001 | 1110010 | 110110 | 10110 | 0 | 110111 | 11001100 | 100101 | 100001 |
Color Harmonies of #345972
Complementary color
Monochromatic Colors of #345972
Black with #345972
Text Example
Text Example
White with #345972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345972; }
p { color: rgb(52,89,114); }
H1.HeaderClassName
{
color: #345972;
}
.AnyTagClassName
{
color: #345972;
}
</style>
background-color css
<style>
a { background-color: #345972; }
a { background-color: rgb(52,89,114); }
div.DivClassName
{
background-color: #345972;
}
.BgClassName
{
background-color: #345972;
}
</style>
border-color css
<style>
span { border-color: #345972; }
span { border-color: rgb(52,89,114); }
td.TdClassName
{
border-color: #345972;
}
.TagClassName
{
border-color: #345972;
}
</style>