Shades of Blue Gem #402BAE
Tints of Blue Gem #402BAE
RGB
CMYK
RGB Variations
Color information
#402BAE (or 0x402BAE) is known color: Blue Gem. HEX triplet: 40, 2B and AE. RGB value is (64,43,174). Sum of RGB (Red+Green+Blue) = 64+43+174=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #402BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402BAE is #BFD451. Grayscale: #3F3F3F. Windows color (decimal): -12571730 or 11414336. OLE color: 11414336.
HSL color Cylindrical-coordinate representation of color #402BAE: hue angle of 249.62º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402BAE is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 43 | 174 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.32 |
| HSL | 249.62º | 0.6% | 0.43% | - |
| HSV(B) | 249.62º | 0.75% | 0.68% | - |
| XYZ | 10.62 | 5.87 | 40.62 | - |
| YUV | 64.21 | 189.96 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 174 | 0.63 | 0.75 | 0 | 0.32 | 249.62 | 0.6 | 0.43 |
| Hex | 40 | 2B | AE | 3F | 4B | 0 | 20 | FA | 3C | 2B |
| Octal | 100 | 53 | 256 | 77 | 113 | 0 | 40 | 372 | 74 | 53 |
| Binary | 1000000 | 101011 | 10101110 | 111111 | 1001011 | 0 | 100000 | 11111010 | 111100 | 101011 |
Color Harmonies of #402BAE
Complementary color
Monochromatic Colors of #402BAE
Black with #402BAE
Text Example
Text Example
White with #402BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402BAE; }
p { color: rgb(64,43,174); }
H1.HeaderClassName
{
color: #402BAE;
}
.AnyTagClassName
{
color: #402BAE;
}
</style>
background-color css
<style>
a { background-color: #402BAE; }
a { background-color: rgb(64,43,174); }
div.DivClassName
{
background-color: #402BAE;
}
.BgClassName
{
background-color: #402BAE;
}
</style>
border-color css
<style>
span { border-color: #402BAE; }
span { border-color: rgb(64,43,174); }
td.TdClassName
{
border-color: #402BAE;
}
.TagClassName
{
border-color: #402BAE;
}
</style>