Shades of Blumine #345868
Tints of Blumine #345868
RGB
CMYK
RGB Variations
Color information
#345868 (or 0x345868) is known color: Blumine. HEX triplet: 34, 58 and 68. RGB value is (52,88,104). Sum of RGB (Red+Green+Blue) = 52+88+104=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #345868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345868 is #CBA797. Grayscale: #4E4E4E. Windows color (decimal): -13346712 or 6838324. OLE color: 6838324.
HSL color Cylindrical-coordinate representation of color #345868: hue angle of 198.46º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #345868 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 88 | 104 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.59 |
| HSL | 198.46º | 0.33% | 0.31% | - |
| HSV(B) | 198.46º | 0.5% | 0.41% | - |
| XYZ | 7.4 | 8.71 | 14.39 | - |
| YUV | 79.06 | 142.07 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 104 | 0.50 | 0.15 | 0 | 0.59 | 198.46 | 0.33 | 0.31 |
| Hex | 34 | 58 | 68 | 32 | F | 0 | 3B | C6 | 21 | 1F |
| Octal | 64 | 130 | 150 | 62 | 17 | 0 | 73 | 306 | 41 | 37 |
| Binary | 110100 | 1011000 | 1101000 | 110010 | 1111 | 0 | 111011 | 11000110 | 100001 | 11111 |
Color Harmonies of #345868
Complementary color
Monochromatic Colors of #345868
Black with #345868
Text Example
Text Example
White with #345868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345868; }
p { color: rgb(52,88,104); }
H1.HeaderClassName
{
color: #345868;
}
.AnyTagClassName
{
color: #345868;
}
</style>
background-color css
<style>
a { background-color: #345868; }
a { background-color: rgb(52,88,104); }
div.DivClassName
{
background-color: #345868;
}
.BgClassName
{
background-color: #345868;
}
</style>
border-color css
<style>
span { border-color: #345868; }
span { border-color: rgb(52,88,104); }
td.TdClassName
{
border-color: #345868;
}
.TagClassName
{
border-color: #345868;
}
</style>