Shades of Blumine #34626C
Tints of Blumine #34626C
RGB
CMYK
RGB Variations
Color information
#34626C (or 0x34626C) is known color: Blumine. HEX triplet: 34, 62 and 6C. RGB value is (52,98,108). Sum of RGB (Red+Green+Blue) = 52+98+108=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #34626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34626C is #CB9D93. Grayscale: #555555. Windows color (decimal): -13344148 or 7103028. OLE color: 7103028.
HSL color Cylindrical-coordinate representation of color #34626C: hue angle of 190.71º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34626C is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 98 | 108 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.58 |
| HSL | 190.71º | 0.35% | 0.31% | - |
| HSV(B) | 190.71º | 0.52% | 0.42% | - |
| XYZ | 8.49 | 10.55 | 15.78 | - |
| YUV | 85.39 | 140.76 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 108 | 0.52 | 0.09 | 0 | 0.58 | 190.71 | 0.35 | 0.31 |
| Hex | 34 | 62 | 6C | 34 | 9 | 0 | 3A | BF | 23 | 1F |
| Octal | 64 | 142 | 154 | 64 | 11 | 0 | 72 | 277 | 43 | 37 |
| Binary | 110100 | 1100010 | 1101100 | 110100 | 1001 | 0 | 111010 | 10111111 | 100011 | 11111 |
Color Harmonies of #34626C
Complementary color
Monochromatic Colors of #34626C
Black with #34626C
Text Example
Text Example
White with #34626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34626C; }
p { color: rgb(52,98,108); }
H1.HeaderClassName
{
color: #34626C;
}
.AnyTagClassName
{
color: #34626C;
}
</style>
background-color css
<style>
a { background-color: #34626C; }
a { background-color: rgb(52,98,108); }
div.DivClassName
{
background-color: #34626C;
}
.BgClassName
{
background-color: #34626C;
}
</style>
border-color css
<style>
span { border-color: #34626C; }
span { border-color: rgb(52,98,108); }
td.TdClassName
{
border-color: #34626C;
}
.TagClassName
{
border-color: #34626C;
}
</style>