Shades of Blumine #345A72
Tints of Blumine #345A72
RGB
CMYK
RGB Variations
Color information
#345A72 (or 0x345A72) is known color: Blumine. HEX triplet: 34, 5A and 72. RGB value is (52,90,114). Sum of RGB (Red+Green+Blue) = 52+90+114=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #345A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A72 is #CBA58D. Grayscale: #515151. Windows color (decimal): -13346190 or 7494196. OLE color: 7494196.
HSL color Cylindrical-coordinate representation of color #345A72: hue angle of 203.23º 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 #345A72 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 90 | 114 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.55 |
| HSL | 203.23º | 0.37% | 0.33% | - |
| HSV(B) | 203.23º | 0.54% | 0.45% | - |
| XYZ | 8.11 | 9.26 | 17.28 | - |
| YUV | 81.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 114 | 0.54 | 0.21 | 0 | 0.55 | 203.23 | 0.37 | 0.33 |
| Hex | 34 | 5A | 72 | 36 | 15 | 0 | 37 | CB | 25 | 21 |
| Octal | 64 | 132 | 162 | 66 | 25 | 0 | 67 | 313 | 45 | 41 |
| Binary | 110100 | 1011010 | 1110010 | 110110 | 10101 | 0 | 110111 | 11001011 | 100101 | 100001 |
Color Harmonies of #345A72
Complementary color
Monochromatic Colors of #345A72
Black with #345A72
Text Example
Text Example
White with #345A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A72; }
p { color: rgb(52,90,114); }
H1.HeaderClassName
{
color: #345A72;
}
.AnyTagClassName
{
color: #345A72;
}
</style>
background-color css
<style>
a { background-color: #345A72; }
a { background-color: rgb(52,90,114); }
div.DivClassName
{
background-color: #345A72;
}
.BgClassName
{
background-color: #345A72;
}
</style>
border-color css
<style>
span { border-color: #345A72; }
span { border-color: rgb(52,90,114); }
td.TdClassName
{
border-color: #345A72;
}
.TagClassName
{
border-color: #345A72;
}
</style>