Shades of Blumine #34616E
Tints of Blumine #34616E
RGB
CMYK
RGB Variations
Color information
#34616E (or 0x34616E) is known color: Blumine. HEX triplet: 34, 61 and 6E. RGB value is (52,97,110). Sum of RGB (Red+Green+Blue) = 52+97+110=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 110 - color contains mainly: blue. Hex color #34616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34616E is #CB9E91. Grayscale: #545454. Windows color (decimal): -13344402 or 7233844. OLE color: 7233844.
HSL color Cylindrical-coordinate representation of color #34616E: hue angle of 193.45º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34616E is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 97 | 110 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.57 |
| HSL | 193.45º | 0.36% | 0.32% | - |
| HSV(B) | 193.45º | 0.53% | 0.43% | - |
| XYZ | 8.51 | 10.41 | 16.31 | - |
| YUV | 85.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 110 | 0.53 | 0.12 | 0 | 0.57 | 193.45 | 0.36 | 0.32 |
| Hex | 34 | 61 | 6E | 35 | C | 0 | 39 | C1 | 24 | 20 |
| Octal | 64 | 141 | 156 | 65 | 14 | 0 | 71 | 301 | 44 | 40 |
| Binary | 110100 | 1100001 | 1101110 | 110101 | 1100 | 0 | 111001 | 11000001 | 100100 | 100000 |
Color Harmonies of #34616E
Complementary color
Monochromatic Colors of #34616E
Black with #34616E
Text Example
Text Example
White with #34616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34616E; }
p { color: rgb(52,97,110); }
H1.HeaderClassName
{
color: #34616E;
}
.AnyTagClassName
{
color: #34616E;
}
</style>
background-color css
<style>
a { background-color: #34616E; }
a { background-color: rgb(52,97,110); }
div.DivClassName
{
background-color: #34616E;
}
.BgClassName
{
background-color: #34616E;
}
</style>
border-color css
<style>
span { border-color: #34616E; }
span { border-color: rgb(52,97,110); }
td.TdClassName
{
border-color: #34616E;
}
.TagClassName
{
border-color: #34616E;
}
</style>