Shades of Blue Gem #4039AD
Tints of Blue Gem #4039AD
RGB
CMYK
RGB Variations
Color information
#4039AD (or 0x4039AD) is known color: Blue Gem. HEX triplet: 40, 39 and AD. RGB value is (64,57,173). Sum of RGB (Red+Green+Blue) = 64+57+173=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #4039AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4039AD is #BFC652. Grayscale: #474747. Windows color (decimal): -12568147 or 11352384. OLE color: 11352384.
HSL color Cylindrical-coordinate representation of color #4039AD: hue angle of 243.62º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4039AD is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 57 | 173 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.32 |
| HSL | 243.62º | 0.5% | 0.45% | - |
| HSV(B) | 243.62º | 0.67% | 0.68% | - |
| XYZ | 11.12 | 7.03 | 40.31 | - |
| YUV | 72.32 | 184.82 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 173 | 0.63 | 0.67 | 0 | 0.32 | 243.62 | 0.5 | 0.45 |
| Hex | 40 | 39 | AD | 3F | 43 | 0 | 20 | F4 | 32 | 2D |
| Octal | 100 | 71 | 255 | 77 | 103 | 0 | 40 | 364 | 62 | 55 |
| Binary | 1000000 | 111001 | 10101101 | 111111 | 1000011 | 0 | 100000 | 11110100 | 110010 | 101101 |
Color Harmonies of #4039AD
Complementary color
Monochromatic Colors of #4039AD
Black with #4039AD
Text Example
Text Example
White with #4039AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4039AD; }
p { color: rgb(64,57,173); }
H1.HeaderClassName
{
color: #4039AD;
}
.AnyTagClassName
{
color: #4039AD;
}
</style>
background-color css
<style>
a { background-color: #4039AD; }
a { background-color: rgb(64,57,173); }
div.DivClassName
{
background-color: #4039AD;
}
.BgClassName
{
background-color: #4039AD;
}
</style>
border-color css
<style>
span { border-color: #4039AD; }
span { border-color: rgb(64,57,173); }
td.TdClassName
{
border-color: #4039AD;
}
.TagClassName
{
border-color: #4039AD;
}
</style>