Shades of Blumine #345864
Tints of Blumine #345864
RGB
CMYK
RGB Variations
Color information
#345864 (or 0x345864) is known color: Blumine. HEX triplet: 34, 58 and 64. RGB value is (52,88,100). Sum of RGB (Red+Green+Blue) = 52+88+100=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 100 - color contains mainly: blue. Hex color #345864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345864 is #CBA79B. Grayscale: #4E4E4E. Windows color (decimal): -13346716 or 6576180. OLE color: 6576180.
HSL color Cylindrical-coordinate representation of color #345864: hue angle of 195º 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 #345864 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 88 | 100 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.61 |
| HSL | 195º | 0.32% | 0.3% | - |
| HSV(B) | 195º | 0.48% | 0.39% | - |
| XYZ | 7.21 | 8.63 | 13.34 | - |
| YUV | 78.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 100 | 0.48 | 0.12 | 0 | 0.61 | 195 | 0.32 | 0.3 |
| Hex | 34 | 58 | 64 | 30 | C | 0 | 3D | C3 | 20 | 1E |
| Octal | 64 | 130 | 144 | 60 | 14 | 0 | 75 | 303 | 40 | 36 |
| Binary | 110100 | 1011000 | 1100100 | 110000 | 1100 | 0 | 111101 | 11000011 | 100000 | 11110 |
Color Harmonies of #345864
Complementary color
Monochromatic Colors of #345864
Black with #345864
Text Example
Text Example
White with #345864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345864; }
p { color: rgb(52,88,100); }
H1.HeaderClassName
{
color: #345864;
}
.AnyTagClassName
{
color: #345864;
}
</style>
background-color css
<style>
a { background-color: #345864; }
a { background-color: rgb(52,88,100); }
div.DivClassName
{
background-color: #345864;
}
.BgClassName
{
background-color: #345864;
}
</style>
border-color css
<style>
span { border-color: #345864; }
span { border-color: rgb(52,88,100); }
td.TdClassName
{
border-color: #345864;
}
.TagClassName
{
border-color: #345864;
}
</style>