Shades of Blumine #345564
Tints of Blumine #345564
RGB
CMYK
RGB Variations
Color information
#345564 (or 0x345564) is known color: Blumine. HEX triplet: 34, 55 and 64. RGB value is (52,85,100). Sum of RGB (Red+Green+Blue) = 52+85+100=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 100 - color contains mainly: blue. Hex color #345564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345564 is #CBAA9B. Grayscale: #4C4C4C. Windows color (decimal): -13347484 or 6575412. OLE color: 6575412.
HSL color Cylindrical-coordinate representation of color #345564: hue angle of 198.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #345564 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 85 | 100 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.61 |
| HSL | 198.75º | 0.32% | 0.3% | - |
| HSV(B) | 198.75º | 0.48% | 0.39% | - |
| XYZ | 6.96 | 8.15 | 13.26 | - |
| YUV | 76.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 100 | 0.48 | 0.15 | 0 | 0.61 | 198.75 | 0.32 | 0.3 |
| Hex | 34 | 55 | 64 | 30 | F | 0 | 3D | C7 | 20 | 1E |
| Octal | 64 | 125 | 144 | 60 | 17 | 0 | 75 | 307 | 40 | 36 |
| Binary | 110100 | 1010101 | 1100100 | 110000 | 1111 | 0 | 111101 | 11000111 | 100000 | 11110 |
Color Harmonies of #345564
Complementary color
Monochromatic Colors of #345564
Black with #345564
Text Example
Text Example
White with #345564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345564; }
p { color: rgb(52,85,100); }
H1.HeaderClassName
{
color: #345564;
}
.AnyTagClassName
{
color: #345564;
}
</style>
background-color css
<style>
a { background-color: #345564; }
a { background-color: rgb(52,85,100); }
div.DivClassName
{
background-color: #345564;
}
.BgClassName
{
background-color: #345564;
}
</style>
border-color css
<style>
span { border-color: #345564; }
span { border-color: rgb(52,85,100); }
td.TdClassName
{
border-color: #345564;
}
.TagClassName
{
border-color: #345564;
}
</style>