Shades of Blumine #345B73
Tints of Blumine #345B73
RGB
CMYK
RGB Variations
Color information
#345B73 (or 0x345B73) is known color: Blumine. HEX triplet: 34, 5B and 73. RGB value is (52,91,115). Sum of RGB (Red+Green+Blue) = 52+91+115=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #345B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B73 is #CBA48C. Grayscale: #515151. Windows color (decimal): -13345933 or 7559988. OLE color: 7559988.
HSL color Cylindrical-coordinate representation of color #345B73: hue angle of 202.86º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #345B73 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 91 | 115 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.55 |
| HSL | 202.86º | 0.38% | 0.33% | - |
| HSV(B) | 202.86º | 0.55% | 0.45% | - |
| XYZ | 8.25 | 9.45 | 17.61 | - |
| YUV | 82.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 115 | 0.55 | 0.21 | 0 | 0.55 | 202.86 | 0.38 | 0.33 |
| Hex | 34 | 5B | 73 | 37 | 15 | 0 | 37 | CB | 26 | 21 |
| Octal | 64 | 133 | 163 | 67 | 25 | 0 | 67 | 313 | 46 | 41 |
| Binary | 110100 | 1011011 | 1110011 | 110111 | 10101 | 0 | 110111 | 11001011 | 100110 | 100001 |
Color Harmonies of #345B73
Complementary color
Monochromatic Colors of #345B73
Black with #345B73
Text Example
Text Example
White with #345B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B73; }
p { color: rgb(52,91,115); }
H1.HeaderClassName
{
color: #345B73;
}
.AnyTagClassName
{
color: #345B73;
}
</style>
background-color css
<style>
a { background-color: #345B73; }
a { background-color: rgb(52,91,115); }
div.DivClassName
{
background-color: #345B73;
}
.BgClassName
{
background-color: #345B73;
}
</style>
border-color css
<style>
span { border-color: #345B73; }
span { border-color: rgb(52,91,115); }
td.TdClassName
{
border-color: #345B73;
}
.TagClassName
{
border-color: #345B73;
}
</style>