Shades of Blumine #345D73
Tints of Blumine #345D73
RGB
CMYK
RGB Variations
Color information
#345D73 (or 0x345D73) is known color: Blumine. HEX triplet: 34, 5D and 73. RGB value is (52,93,115). Sum of RGB (Red+Green+Blue) = 52+93+115=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #345D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D73 is #CBA28C. Grayscale: #535353. Windows color (decimal): -13345421 or 7560500. OLE color: 7560500.
HSL color Cylindrical-coordinate representation of color #345D73: hue angle of 200.95º 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 #345D73 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 93 | 115 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.55 |
| HSL | 200.95º | 0.38% | 0.33% | - |
| HSV(B) | 200.95º | 0.55% | 0.45% | - |
| XYZ | 8.43 | 9.8 | 17.67 | - |
| YUV | 83.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 115 | 0.55 | 0.19 | 0 | 0.55 | 200.95 | 0.38 | 0.33 |
| Hex | 34 | 5D | 73 | 37 | 13 | 0 | 37 | C9 | 26 | 21 |
| Octal | 64 | 135 | 163 | 67 | 23 | 0 | 67 | 311 | 46 | 41 |
| Binary | 110100 | 1011101 | 1110011 | 110111 | 10011 | 0 | 110111 | 11001001 | 100110 | 100001 |
Color Harmonies of #345D73
Complementary color
Monochromatic Colors of #345D73
Black with #345D73
Text Example
Text Example
White with #345D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D73; }
p { color: rgb(52,93,115); }
H1.HeaderClassName
{
color: #345D73;
}
.AnyTagClassName
{
color: #345D73;
}
</style>
background-color css
<style>
a { background-color: #345D73; }
a { background-color: rgb(52,93,115); }
div.DivClassName
{
background-color: #345D73;
}
.BgClassName
{
background-color: #345D73;
}
</style>
border-color css
<style>
span { border-color: #345D73; }
span { border-color: rgb(52,93,115); }
td.TdClassName
{
border-color: #345D73;
}
.TagClassName
{
border-color: #345D73;
}
</style>