Shades of Blue Gem #5034A3
Tints of Blue Gem #5034A3
RGB
CMYK
RGB Variations
Color information
#5034A3 (or 0x5034A3) is known color: Blue Gem. HEX triplet: 50, 34 and A3. RGB value is (80,52,163). Sum of RGB (Red+Green+Blue) = 80+52+163=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 163 (64.06% from 255 or 55.25% from 295); Max value from RGB is 163 - color contains mainly: blue. Hex color #5034A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5034A3 is #AFCB5C. Grayscale: #484848. Windows color (decimal): -11520861 or 10695760. OLE color: 10695760.
HSL color Cylindrical-coordinate representation of color #5034A3: hue angle of 255.14º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5034A3 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 52 | 163 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.36 |
| HSL | 255.14º | 0.52% | 0.42% | - |
| HSV(B) | 255.14º | 0.68% | 0.64% | - |
| XYZ | 11.15 | 6.81 | 35.38 | - |
| YUV | 73.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 163 | 0.51 | 0.68 | 0 | 0.36 | 255.14 | 0.52 | 0.42 |
| Hex | 50 | 34 | A3 | 33 | 44 | 0 | 24 | FF | 34 | 2A |
| Octal | 120 | 64 | 243 | 63 | 104 | 0 | 44 | 377 | 64 | 52 |
| Binary | 1010000 | 110100 | 10100011 | 110011 | 1000100 | 0 | 100100 | 11111111 | 110100 | 101010 |
Color Harmonies of #5034A3
Complementary color
Monochromatic Colors of #5034A3
Black with #5034A3
Text Example
Text Example
White with #5034A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5034A3; }
p { color: rgb(80,52,163); }
H1.HeaderClassName
{
color: #5034A3;
}
.AnyTagClassName
{
color: #5034A3;
}
</style>
background-color css
<style>
a { background-color: #5034A3; }
a { background-color: rgb(80,52,163); }
div.DivClassName
{
background-color: #5034A3;
}
.BgClassName
{
background-color: #5034A3;
}
</style>
border-color css
<style>
span { border-color: #5034A3; }
span { border-color: rgb(80,52,163); }
td.TdClassName
{
border-color: #5034A3;
}
.TagClassName
{
border-color: #5034A3;
}
</style>