Shades of Blue Gem #4039AB
Tints of Blue Gem #4039AB
RGB
CMYK
RGB Variations
Color information
#4039AB (or 0x4039AB) is known color: Blue Gem. HEX triplet: 40, 39 and AB. RGB value is (64,57,171). Sum of RGB (Red+Green+Blue) = 64+57+171=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #4039AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4039AB is #BFC654. Grayscale: #474747. Windows color (decimal): -12568149 or 11221312. OLE color: 11221312.
HSL color Cylindrical-coordinate representation of color #4039AB: hue angle of 243.68º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4039AB is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 57 | 171 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.33 |
| HSL | 243.68º | 0.5% | 0.45% | - |
| HSV(B) | 243.68º | 0.67% | 0.67% | - |
| XYZ | 10.93 | 6.96 | 39.29 | - |
| YUV | 72.09 | 183.82 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 171 | 0.63 | 0.67 | 0 | 0.33 | 243.68 | 0.5 | 0.45 |
| Hex | 40 | 39 | AB | 3F | 43 | 0 | 21 | F4 | 32 | 2D |
| Octal | 100 | 71 | 253 | 77 | 103 | 0 | 41 | 364 | 62 | 55 |
| Binary | 1000000 | 111001 | 10101011 | 111111 | 1000011 | 0 | 100001 | 11110100 | 110010 | 101101 |
Color Harmonies of #4039AB
Complementary color
Monochromatic Colors of #4039AB
Black with #4039AB
Text Example
Text Example
White with #4039AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4039AB; }
p { color: rgb(64,57,171); }
H1.HeaderClassName
{
color: #4039AB;
}
.AnyTagClassName
{
color: #4039AB;
}
</style>
background-color css
<style>
a { background-color: #4039AB; }
a { background-color: rgb(64,57,171); }
div.DivClassName
{
background-color: #4039AB;
}
.BgClassName
{
background-color: #4039AB;
}
</style>
border-color css
<style>
span { border-color: #4039AB; }
span { border-color: rgb(64,57,171); }
td.TdClassName
{
border-color: #4039AB;
}
.TagClassName
{
border-color: #4039AB;
}
</style>