Shades of Blumine #345B72
Tints of Blumine #345B72
RGB
CMYK
RGB Variations
Color information
#345B72 (or 0x345B72) is known color: Blumine. HEX triplet: 34, 5B and 72. RGB value is (52,91,114). Sum of RGB (Red+Green+Blue) = 52+91+114=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #345B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B72 is #CBA48D. Grayscale: #515151. Windows color (decimal): -13345934 or 7494452. OLE color: 7494452.
HSL color Cylindrical-coordinate representation of color #345B72: hue angle of 202.26º 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 #345B72 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 91 | 114 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.55 |
| HSL | 202.26º | 0.37% | 0.33% | - |
| HSV(B) | 202.26º | 0.54% | 0.45% | - |
| XYZ | 8.19 | 9.43 | 17.31 | - |
| YUV | 81.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 114 | 0.54 | 0.20 | 0 | 0.55 | 202.26 | 0.37 | 0.33 |
| Hex | 34 | 5B | 72 | 36 | 14 | 0 | 37 | CA | 25 | 21 |
| Octal | 64 | 133 | 162 | 66 | 24 | 0 | 67 | 312 | 45 | 41 |
| Binary | 110100 | 1011011 | 1110010 | 110110 | 10100 | 0 | 110111 | 11001010 | 100101 | 100001 |
Color Harmonies of #345B72
Complementary color
Monochromatic Colors of #345B72
Black with #345B72
Text Example
Text Example
White with #345B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B72; }
p { color: rgb(52,91,114); }
H1.HeaderClassName
{
color: #345B72;
}
.AnyTagClassName
{
color: #345B72;
}
</style>
background-color css
<style>
a { background-color: #345B72; }
a { background-color: rgb(52,91,114); }
div.DivClassName
{
background-color: #345B72;
}
.BgClassName
{
background-color: #345B72;
}
</style>
border-color css
<style>
span { border-color: #345B72; }
span { border-color: rgb(52,91,114); }
td.TdClassName
{
border-color: #345B72;
}
.TagClassName
{
border-color: #345B72;
}
</style>