Shades of Blue Gem #403DAC
Tints of Blue Gem #403DAC
RGB
CMYK
RGB Variations
Color information
#403DAC (or 0x403DAC) is known color: Blue Gem. HEX triplet: 40, 3D and AC. RGB value is (64,61,172). Sum of RGB (Red+Green+Blue) = 64+61+172=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #403DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403DAC is #BFC253. Grayscale: #4A4A4A. Windows color (decimal): -12567124 or 11287872. OLE color: 11287872.
HSL color Cylindrical-coordinate representation of color #403DAC: hue angle of 241.62º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #403DAC is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 61 | 172 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.33 |
| HSL | 241.62º | 0.48% | 0.46% | - |
| HSV(B) | 241.62º | 0.65% | 0.67% | - |
| XYZ | 11.23 | 7.41 | 39.87 | - |
| YUV | 74.55 | 182.99 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 172 | 0.63 | 0.65 | 0 | 0.33 | 241.62 | 0.48 | 0.46 |
| Hex | 40 | 3D | AC | 3F | 41 | 0 | 21 | F2 | 30 | 2E |
| Octal | 100 | 75 | 254 | 77 | 101 | 0 | 41 | 362 | 60 | 56 |
| Binary | 1000000 | 111101 | 10101100 | 111111 | 1000001 | 0 | 100001 | 11110010 | 110000 | 101110 |
Color Harmonies of #403DAC
Complementary color
Monochromatic Colors of #403DAC
Black with #403DAC
Text Example
Text Example
White with #403DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DAC; }
p { color: rgb(64,61,172); }
H1.HeaderClassName
{
color: #403DAC;
}
.AnyTagClassName
{
color: #403DAC;
}
</style>
background-color css
<style>
a { background-color: #403DAC; }
a { background-color: rgb(64,61,172); }
div.DivClassName
{
background-color: #403DAC;
}
.BgClassName
{
background-color: #403DAC;
}
</style>
border-color css
<style>
span { border-color: #403DAC; }
span { border-color: rgb(64,61,172); }
td.TdClassName
{
border-color: #403DAC;
}
.TagClassName
{
border-color: #403DAC;
}
</style>