Shades of Blue Gem #402EAC
Tints of Blue Gem #402EAC
RGB
CMYK
RGB Variations
Color information
#402EAC (or 0x402EAC) is known color: Blue Gem. HEX triplet: 40, 2E and AC. RGB value is (64,46,172). Sum of RGB (Red+Green+Blue) = 64+46+172=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #402EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402EAC is #BFD153. Grayscale: #414141. Windows color (decimal): -12570964 or 11284032. OLE color: 11284032.
HSL color Cylindrical-coordinate representation of color #402EAC: hue angle of 248.57º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402EAC is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 46 | 172 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.33 |
| HSL | 248.57º | 0.58% | 0.43% | - |
| HSV(B) | 248.57º | 0.73% | 0.67% | - |
| XYZ | 10.54 | 6.02 | 39.64 | - |
| YUV | 65.75 | 187.96 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 172 | 0.63 | 0.73 | 0 | 0.33 | 248.57 | 0.58 | 0.43 |
| Hex | 40 | 2E | AC | 3F | 49 | 0 | 21 | F9 | 3A | 2B |
| Octal | 100 | 56 | 254 | 77 | 111 | 0 | 41 | 371 | 72 | 53 |
| Binary | 1000000 | 101110 | 10101100 | 111111 | 1001001 | 0 | 100001 | 11111001 | 111010 | 101011 |
Color Harmonies of #402EAC
Complementary color
Monochromatic Colors of #402EAC
Black with #402EAC
Text Example
Text Example
White with #402EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402EAC; }
p { color: rgb(64,46,172); }
H1.HeaderClassName
{
color: #402EAC;
}
.AnyTagClassName
{
color: #402EAC;
}
</style>
background-color css
<style>
a { background-color: #402EAC; }
a { background-color: rgb(64,46,172); }
div.DivClassName
{
background-color: #402EAC;
}
.BgClassName
{
background-color: #402EAC;
}
</style>
border-color css
<style>
span { border-color: #402EAC; }
span { border-color: rgb(64,46,172); }
td.TdClassName
{
border-color: #402EAC;
}
.TagClassName
{
border-color: #402EAC;
}
</style>