Shades of Blue Gem #40299A
Tints of Blue Gem #40299A
RGB
CMYK
RGB Variations
Color information
#40299A (or 0x40299A) is known color: Blue Gem. HEX triplet: 40, 29 and 9A. RGB value is (64,41,154). Sum of RGB (Red+Green+Blue) = 64+41+154=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #40299A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40299A is #BFD665. Grayscale: #3C3C3C. Windows color (decimal): -12572262 or 10103104. OLE color: 10103104.
HSL color Cylindrical-coordinate representation of color #40299A: hue angle of 252.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40299A is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 41 | 154 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.40 |
| HSL | 252.21º | 0.58% | 0.38% | - |
| HSV(B) | 252.21º | 0.73% | 0.6% | - |
| XYZ | 8.74 | 5.01 | 31.08 | - |
| YUV | 60.76 | 180.62 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 154 | 0.58 | 0.73 | 0 | 0.40 | 252.21 | 0.58 | 0.38 |
| Hex | 40 | 29 | 9A | 3A | 49 | 0 | 28 | FC | 3A | 26 |
| Octal | 100 | 51 | 232 | 72 | 111 | 0 | 50 | 374 | 72 | 46 |
| Binary | 1000000 | 101001 | 10011010 | 111010 | 1001001 | 0 | 101000 | 11111100 | 111010 | 100110 |
Color Harmonies of #40299A
Complementary color
Monochromatic Colors of #40299A
Black with #40299A
Text Example
Text Example
White with #40299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40299A; }
p { color: rgb(64,41,154); }
H1.HeaderClassName
{
color: #40299A;
}
.AnyTagClassName
{
color: #40299A;
}
</style>
background-color css
<style>
a { background-color: #40299A; }
a { background-color: rgb(64,41,154); }
div.DivClassName
{
background-color: #40299A;
}
.BgClassName
{
background-color: #40299A;
}
</style>
border-color css
<style>
span { border-color: #40299A; }
span { border-color: rgb(64,41,154); }
td.TdClassName
{
border-color: #40299A;
}
.TagClassName
{
border-color: #40299A;
}
</style>