Shades of Blumine #34586A
Tints of Blumine #34586A
RGB
CMYK
RGB Variations
Color information
#34586A (or 0x34586A) is known color: Blumine. HEX triplet: 34, 58 and 6A. RGB value is (52,88,106). Sum of RGB (Red+Green+Blue) = 52+88+106=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 106 - color contains mainly: blue. Hex color #34586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34586A is #CBA795. Grayscale: #4F4F4F. Windows color (decimal): -13346710 or 6969396. OLE color: 6969396.
HSL color Cylindrical-coordinate representation of color #34586A: hue angle of 200º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34586A is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 88 | 106 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.58 |
| HSL | 200º | 0.34% | 0.31% | - |
| HSV(B) | 200º | 0.51% | 0.42% | - |
| XYZ | 7.51 | 8.75 | 14.93 | - |
| YUV | 79.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 106 | 0.51 | 0.17 | 0 | 0.58 | 200 | 0.34 | 0.31 |
| Hex | 34 | 58 | 6A | 33 | 11 | 0 | 3A | C8 | 22 | 1F |
| Octal | 64 | 130 | 152 | 63 | 21 | 0 | 72 | 310 | 42 | 37 |
| Binary | 110100 | 1011000 | 1101010 | 110011 | 10001 | 0 | 111010 | 11001000 | 100010 | 11111 |
Color Harmonies of #34586A
Complementary color
Monochromatic Colors of #34586A
Black with #34586A
Text Example
Text Example
White with #34586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34586A; }
p { color: rgb(52,88,106); }
H1.HeaderClassName
{
color: #34586A;
}
.AnyTagClassName
{
color: #34586A;
}
</style>
background-color css
<style>
a { background-color: #34586A; }
a { background-color: rgb(52,88,106); }
div.DivClassName
{
background-color: #34586A;
}
.BgClassName
{
background-color: #34586A;
}
</style>
border-color css
<style>
span { border-color: #34586A; }
span { border-color: rgb(52,88,106); }
td.TdClassName
{
border-color: #34586A;
}
.TagClassName
{
border-color: #34586A;
}
</style>