Shades of Blue Gem #402994
Tints of Blue Gem #402994
RGB
CMYK
RGB Variations
Color information
#402994 (or 0x402994) is known color: Blue Gem. HEX triplet: 40, 29 and 94. RGB value is (64,41,148). Sum of RGB (Red+Green+Blue) = 64+41+148=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #402994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402994 is #BFD66B. Grayscale: #3B3B3B. Windows color (decimal): -12572268 or 9709888. OLE color: 9709888.
HSL color Cylindrical-coordinate representation of color #402994: hue angle of 252.9º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402994 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 41 | 148 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.42 |
| HSL | 252.9º | 0.57% | 0.37% | - |
| HSV(B) | 252.9º | 0.72% | 0.58% | - |
| XYZ | 8.25 | 4.81 | 28.51 | - |
| YUV | 60.08 | 177.62 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 148 | 0.57 | 0.72 | 0 | 0.42 | 252.9 | 0.57 | 0.37 |
| Hex | 40 | 29 | 94 | 39 | 48 | 0 | 2A | FD | 39 | 25 |
| Octal | 100 | 51 | 224 | 71 | 110 | 0 | 52 | 375 | 71 | 45 |
| Binary | 1000000 | 101001 | 10010100 | 111001 | 1001000 | 0 | 101010 | 11111101 | 111001 | 100101 |
Color Harmonies of #402994
Complementary color
Monochromatic Colors of #402994
Black with #402994
Text Example
Text Example
White with #402994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402994; }
p { color: rgb(64,41,148); }
H1.HeaderClassName
{
color: #402994;
}
.AnyTagClassName
{
color: #402994;
}
</style>
background-color css
<style>
a { background-color: #402994; }
a { background-color: rgb(64,41,148); }
div.DivClassName
{
background-color: #402994;
}
.BgClassName
{
background-color: #402994;
}
</style>
border-color css
<style>
span { border-color: #402994; }
span { border-color: rgb(64,41,148); }
td.TdClassName
{
border-color: #402994;
}
.TagClassName
{
border-color: #402994;
}
</style>