Shades of Blumine #34636D
Tints of Blumine #34636D
RGB
CMYK
RGB Variations
Color information
#34636D (or 0x34636D) is known color: Blumine. HEX triplet: 34, 63 and 6D. RGB value is (52,99,109). Sum of RGB (Red+Green+Blue) = 52+99+109=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #34636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34636D is #CB9C92. Grayscale: #555555. Windows color (decimal): -13343891 or 7168820. OLE color: 7168820.
HSL color Cylindrical-coordinate representation of color #34636D: hue angle of 190.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34636D is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 99 | 109 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.57 |
| HSL | 190.53º | 0.35% | 0.32% | - |
| HSV(B) | 190.53º | 0.52% | 0.43% | - |
| XYZ | 8.64 | 10.76 | 16.09 | - |
| YUV | 86.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 109 | 0.52 | 0.09 | 0 | 0.57 | 190.53 | 0.35 | 0.32 |
| Hex | 34 | 63 | 6D | 34 | 9 | 0 | 39 | BF | 23 | 20 |
| Octal | 64 | 143 | 155 | 64 | 11 | 0 | 71 | 277 | 43 | 40 |
| Binary | 110100 | 1100011 | 1101101 | 110100 | 1001 | 0 | 111001 | 10111111 | 100011 | 100000 |
Color Harmonies of #34636D
Complementary color
Monochromatic Colors of #34636D
Black with #34636D
Text Example
Text Example
White with #34636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34636D; }
p { color: rgb(52,99,109); }
H1.HeaderClassName
{
color: #34636D;
}
.AnyTagClassName
{
color: #34636D;
}
</style>
background-color css
<style>
a { background-color: #34636D; }
a { background-color: rgb(52,99,109); }
div.DivClassName
{
background-color: #34636D;
}
.BgClassName
{
background-color: #34636D;
}
</style>
border-color css
<style>
span { border-color: #34636D; }
span { border-color: rgb(52,99,109); }
td.TdClassName
{
border-color: #34636D;
}
.TagClassName
{
border-color: #34636D;
}
</style>