Shades of Blue Gem #40298B
Tints of Blue Gem #40298B
RGB
CMYK
RGB Variations
Color information
#40298B (or 0x40298B) is known color: Blue Gem. HEX triplet: 40, 29 and 8B. RGB value is (64,41,139). Sum of RGB (Red+Green+Blue) = 64+41+139=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #40298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40298B is #BFD674. Grayscale: #3A3A3A. Windows color (decimal): -12572277 or 9120064. OLE color: 9120064.
HSL color Cylindrical-coordinate representation of color #40298B: hue angle of 254.08º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40298B is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 41 | 139 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.45 |
| HSL | 254.08º | 0.54% | 0.35% | - |
| HSV(B) | 254.08º | 0.71% | 0.55% | - |
| XYZ | 7.57 | 4.54 | 24.9 | - |
| YUV | 59.05 | 173.12 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 139 | 0.54 | 0.71 | 0 | 0.45 | 254.08 | 0.54 | 0.35 |
| Hex | 40 | 29 | 8B | 36 | 47 | 0 | 2D | FE | 36 | 23 |
| Octal | 100 | 51 | 213 | 66 | 107 | 0 | 55 | 376 | 66 | 43 |
| Binary | 1000000 | 101001 | 10001011 | 110110 | 1000111 | 0 | 101101 | 11111110 | 110110 | 100011 |
Color Harmonies of #40298B
Complementary color
Monochromatic Colors of #40298B
Black with #40298B
Text Example
Text Example
White with #40298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40298B; }
p { color: rgb(64,41,139); }
H1.HeaderClassName
{
color: #40298B;
}
.AnyTagClassName
{
color: #40298B;
}
</style>
background-color css
<style>
a { background-color: #40298B; }
a { background-color: rgb(64,41,139); }
div.DivClassName
{
background-color: #40298B;
}
.BgClassName
{
background-color: #40298B;
}
</style>
border-color css
<style>
span { border-color: #40298B; }
span { border-color: rgb(64,41,139); }
td.TdClassName
{
border-color: #40298B;
}
.TagClassName
{
border-color: #40298B;
}
</style>