Shades of Blue Gem #4032AB
Tints of Blue Gem #4032AB
RGB
CMYK
RGB Variations
Color information
#4032AB (or 0x4032AB) is known color: Blue Gem. HEX triplet: 40, 32 and AB. RGB value is (64,50,171). Sum of RGB (Red+Green+Blue) = 64+50+171=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #4032AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4032AB is #BFCD54. Grayscale: #434343. Windows color (decimal): -12569941 or 11219520. OLE color: 11219520.
HSL color Cylindrical-coordinate representation of color #4032AB: hue angle of 246.94º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4032AB is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 50 | 171 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.33 |
| HSL | 246.94º | 0.55% | 0.43% | - |
| HSV(B) | 246.94º | 0.71% | 0.67% | - |
| XYZ | 10.61 | 6.31 | 39.19 | - |
| YUV | 67.98 | 186.14 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 171 | 0.63 | 0.71 | 0 | 0.33 | 246.94 | 0.55 | 0.43 |
| Hex | 40 | 32 | AB | 3F | 47 | 0 | 21 | F7 | 37 | 2B |
| Octal | 100 | 62 | 253 | 77 | 107 | 0 | 41 | 367 | 67 | 53 |
| Binary | 1000000 | 110010 | 10101011 | 111111 | 1000111 | 0 | 100001 | 11110111 | 110111 | 101011 |
Color Harmonies of #4032AB
Complementary color
Monochromatic Colors of #4032AB
Black with #4032AB
Text Example
Text Example
White with #4032AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4032AB; }
p { color: rgb(64,50,171); }
H1.HeaderClassName
{
color: #4032AB;
}
.AnyTagClassName
{
color: #4032AB;
}
</style>
background-color css
<style>
a { background-color: #4032AB; }
a { background-color: rgb(64,50,171); }
div.DivClassName
{
background-color: #4032AB;
}
.BgClassName
{
background-color: #4032AB;
}
</style>
border-color css
<style>
span { border-color: #4032AB; }
span { border-color: rgb(64,50,171); }
td.TdClassName
{
border-color: #4032AB;
}
.TagClassName
{
border-color: #4032AB;
}
</style>