Shades of Blumine #345D6D
Tints of Blumine #345D6D
RGB
CMYK
RGB Variations
Color information
#345D6D (or 0x345D6D) is known color: Blumine. HEX triplet: 34, 5D and 6D. RGB value is (52,93,109). Sum of RGB (Red+Green+Blue) = 52+93+109=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #345D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D6D is #CBA292. Grayscale: #525252. Windows color (decimal): -13345427 or 7167284. OLE color: 7167284.
HSL color Cylindrical-coordinate representation of color #345D6D: hue angle of 196.84º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #345D6D is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 93 | 109 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.57 |
| HSL | 196.84º | 0.35% | 0.32% | - |
| HSV(B) | 196.84º | 0.52% | 0.43% | - |
| XYZ | 8.09 | 9.66 | 15.91 | - |
| YUV | 82.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 109 | 0.52 | 0.15 | 0 | 0.57 | 196.84 | 0.35 | 0.32 |
| Hex | 34 | 5D | 6D | 34 | F | 0 | 39 | C5 | 23 | 20 |
| Octal | 64 | 135 | 155 | 64 | 17 | 0 | 71 | 305 | 43 | 40 |
| Binary | 110100 | 1011101 | 1101101 | 110100 | 1111 | 0 | 111001 | 11000101 | 100011 | 100000 |
Color Harmonies of #345D6D
Complementary color
Monochromatic Colors of #345D6D
Black with #345D6D
Text Example
Text Example
White with #345D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D6D; }
p { color: rgb(52,93,109); }
H1.HeaderClassName
{
color: #345D6D;
}
.AnyTagClassName
{
color: #345D6D;
}
</style>
background-color css
<style>
a { background-color: #345D6D; }
a { background-color: rgb(52,93,109); }
div.DivClassName
{
background-color: #345D6D;
}
.BgClassName
{
background-color: #345D6D;
}
</style>
border-color css
<style>
span { border-color: #345D6D; }
span { border-color: rgb(52,93,109); }
td.TdClassName
{
border-color: #345D6D;
}
.TagClassName
{
border-color: #345D6D;
}
</style>