Shades of Blue Gem #403CAC
Tints of Blue Gem #403CAC
RGB
CMYK
RGB Variations
Color information
#403CAC (or 0x403CAC) is known color: Blue Gem. HEX triplet: 40, 3C and AC. RGB value is (64,60,172). Sum of RGB (Red+Green+Blue) = 64+60+172=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #403CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403CAC is #BFC353. Grayscale: #494949. Windows color (decimal): -12567380 or 11287616. OLE color: 11287616.
HSL color Cylindrical-coordinate representation of color #403CAC: hue angle of 242.14º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #403CAC is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 60 | 172 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.33 |
| HSL | 242.14º | 0.48% | 0.45% | - |
| HSV(B) | 242.14º | 0.65% | 0.67% | - |
| XYZ | 11.18 | 7.3 | 39.85 | - |
| YUV | 73.96 | 183.33 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 172 | 0.63 | 0.65 | 0 | 0.33 | 242.14 | 0.48 | 0.45 |
| Hex | 40 | 3C | AC | 3F | 41 | 0 | 21 | F2 | 30 | 2D |
| Octal | 100 | 74 | 254 | 77 | 101 | 0 | 41 | 362 | 60 | 55 |
| Binary | 1000000 | 111100 | 10101100 | 111111 | 1000001 | 0 | 100001 | 11110010 | 110000 | 101101 |
Color Harmonies of #403CAC
Complementary color
Monochromatic Colors of #403CAC
Black with #403CAC
Text Example
Text Example
White with #403CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403CAC; }
p { color: rgb(64,60,172); }
H1.HeaderClassName
{
color: #403CAC;
}
.AnyTagClassName
{
color: #403CAC;
}
</style>
background-color css
<style>
a { background-color: #403CAC; }
a { background-color: rgb(64,60,172); }
div.DivClassName
{
background-color: #403CAC;
}
.BgClassName
{
background-color: #403CAC;
}
</style>
border-color css
<style>
span { border-color: #403CAC; }
span { border-color: rgb(64,60,172); }
td.TdClassName
{
border-color: #403CAC;
}
.TagClassName
{
border-color: #403CAC;
}
</style>