Shades of Blue Gem #4032AD
Tints of Blue Gem #4032AD
RGB
CMYK
RGB Variations
Color information
#4032AD (or 0x4032AD) is known color: Blue Gem. HEX triplet: 40, 32 and AD. RGB value is (64,50,173). Sum of RGB (Red+Green+Blue) = 64+50+173=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #4032AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4032AD is #BFCD52. Grayscale: #434343. Windows color (decimal): -12569939 or 11350592. OLE color: 11350592.
HSL color Cylindrical-coordinate representation of color #4032AD: hue angle of 246.83º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4032AD is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 50 | 173 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.32 |
| HSL | 246.83º | 0.55% | 0.44% | - |
| HSV(B) | 246.83º | 0.71% | 0.68% | - |
| XYZ | 10.8 | 6.39 | 40.2 | - |
| YUV | 68.21 | 187.14 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 173 | 0.63 | 0.71 | 0 | 0.32 | 246.83 | 0.55 | 0.44 |
| Hex | 40 | 32 | AD | 3F | 47 | 0 | 20 | F7 | 37 | 2C |
| Octal | 100 | 62 | 255 | 77 | 107 | 0 | 40 | 367 | 67 | 54 |
| Binary | 1000000 | 110010 | 10101101 | 111111 | 1000111 | 0 | 100000 | 11110111 | 110111 | 101100 |
Color Harmonies of #4032AD
Complementary color
Monochromatic Colors of #4032AD
Black with #4032AD
Text Example
Text Example
White with #4032AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4032AD; }
p { color: rgb(64,50,173); }
H1.HeaderClassName
{
color: #4032AD;
}
.AnyTagClassName
{
color: #4032AD;
}
</style>
background-color css
<style>
a { background-color: #4032AD; }
a { background-color: rgb(64,50,173); }
div.DivClassName
{
background-color: #4032AD;
}
.BgClassName
{
background-color: #4032AD;
}
</style>
border-color css
<style>
span { border-color: #4032AD; }
span { border-color: rgb(64,50,173); }
td.TdClassName
{
border-color: #4032AD;
}
.TagClassName
{
border-color: #4032AD;
}
</style>