Shades of Blue Gem #4031AD
Tints of Blue Gem #4031AD
RGB
CMYK
RGB Variations
Color information
#4031AD (or 0x4031AD) is known color: Blue Gem. HEX triplet: 40, 31 and AD. RGB value is (64,49,173). Sum of RGB (Red+Green+Blue) = 64+49+173=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #4031AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4031AD is #BFCE52. Grayscale: #434343. Windows color (decimal): -12570195 or 11350336. OLE color: 11350336.
HSL color Cylindrical-coordinate representation of color #4031AD: hue angle of 247.26º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4031AD is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 49 | 173 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.32 |
| HSL | 247.26º | 0.56% | 0.44% | - |
| HSV(B) | 247.26º | 0.72% | 0.68% | - |
| XYZ | 10.76 | 6.3 | 40.19 | - |
| YUV | 67.62 | 187.47 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 173 | 0.63 | 0.72 | 0 | 0.32 | 247.26 | 0.56 | 0.44 |
| Hex | 40 | 31 | AD | 3F | 48 | 0 | 20 | F7 | 38 | 2C |
| Octal | 100 | 61 | 255 | 77 | 110 | 0 | 40 | 367 | 70 | 54 |
| Binary | 1000000 | 110001 | 10101101 | 111111 | 1001000 | 0 | 100000 | 11110111 | 111000 | 101100 |
Color Harmonies of #4031AD
Complementary color
Monochromatic Colors of #4031AD
Black with #4031AD
Text Example
Text Example
White with #4031AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4031AD; }
p { color: rgb(64,49,173); }
H1.HeaderClassName
{
color: #4031AD;
}
.AnyTagClassName
{
color: #4031AD;
}
</style>
background-color css
<style>
a { background-color: #4031AD; }
a { background-color: rgb(64,49,173); }
div.DivClassName
{
background-color: #4031AD;
}
.BgClassName
{
background-color: #4031AD;
}
</style>
border-color css
<style>
span { border-color: #4031AD; }
span { border-color: rgb(64,49,173); }
td.TdClassName
{
border-color: #4031AD;
}
.TagClassName
{
border-color: #4031AD;
}
</style>