Shades of Blumine #34637B
Tints of Blumine #34637B
RGB
CMYK
RGB Variations
Color information
#34637B (or 0x34637B) is known color: Blumine. HEX triplet: 34, 63 and 7B. RGB value is (52,99,123). Sum of RGB (Red+Green+Blue) = 52+99+123=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #34637B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34637B is #CB9C84. Grayscale: #575757. Windows color (decimal): -13343877 or 8086324. OLE color: 8086324.
HSL color Cylindrical-coordinate representation of color #34637B: hue angle of 200.28º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34637B is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 99 | 123 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.52 |
| HSL | 200.28º | 0.41% | 0.34% | - |
| HSV(B) | 200.28º | 0.58% | 0.48% | - |
| XYZ | 9.45 | 11.08 | 20.38 | - |
| YUV | 87.68 | 147.93 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 123 | 0.58 | 0.20 | 0 | 0.52 | 200.28 | 0.41 | 0.34 |
| Hex | 34 | 63 | 7B | 3A | 14 | 0 | 34 | C8 | 29 | 22 |
| Octal | 64 | 143 | 173 | 72 | 24 | 0 | 64 | 310 | 51 | 42 |
| Binary | 110100 | 1100011 | 1111011 | 111010 | 10100 | 0 | 110100 | 11001000 | 101001 | 100010 |
Color Harmonies of #34637B
Complementary color
Monochromatic Colors of #34637B
Black with #34637B
Text Example
Text Example
White with #34637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34637B; }
p { color: rgb(52,99,123); }
H1.HeaderClassName
{
color: #34637B;
}
.AnyTagClassName
{
color: #34637B;
}
</style>
background-color css
<style>
a { background-color: #34637B; }
a { background-color: rgb(52,99,123); }
div.DivClassName
{
background-color: #34637B;
}
.BgClassName
{
background-color: #34637B;
}
</style>
border-color css
<style>
span { border-color: #34637B; }
span { border-color: rgb(52,99,123); }
td.TdClassName
{
border-color: #34637B;
}
.TagClassName
{
border-color: #34637B;
}
</style>