Shades of Blue Gem #40298F
Tints of Blue Gem #40298F
RGB
CMYK
RGB Variations
Color information
#40298F (or 0x40298F) is known color: Blue Gem. HEX triplet: 40, 29 and 8F. RGB value is (64,41,143). Sum of RGB (Red+Green+Blue) = 64+41+143=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #40298F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40298F is #BFD670. Grayscale: #3B3B3B. Windows color (decimal): -12572273 or 9382208. OLE color: 9382208.
HSL color Cylindrical-coordinate representation of color #40298F: hue angle of 253.53º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40298F is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 41 | 143 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.44 |
| HSL | 253.53º | 0.55% | 0.36% | - |
| HSV(B) | 253.53º | 0.71% | 0.56% | - |
| XYZ | 7.87 | 4.66 | 26.47 | - |
| YUV | 59.51 | 175.12 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 143 | 0.55 | 0.71 | 0 | 0.44 | 253.53 | 0.55 | 0.36 |
| Hex | 40 | 29 | 8F | 37 | 47 | 0 | 2C | FE | 37 | 24 |
| Octal | 100 | 51 | 217 | 67 | 107 | 0 | 54 | 376 | 67 | 44 |
| Binary | 1000000 | 101001 | 10001111 | 110111 | 1000111 | 0 | 101100 | 11111110 | 110111 | 100100 |
Color Harmonies of #40298F
Complementary color
Monochromatic Colors of #40298F
Black with #40298F
Text Example
Text Example
White with #40298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40298F; }
p { color: rgb(64,41,143); }
H1.HeaderClassName
{
color: #40298F;
}
.AnyTagClassName
{
color: #40298F;
}
</style>
background-color css
<style>
a { background-color: #40298F; }
a { background-color: rgb(64,41,143); }
div.DivClassName
{
background-color: #40298F;
}
.BgClassName
{
background-color: #40298F;
}
</style>
border-color css
<style>
span { border-color: #40298F; }
span { border-color: rgb(64,41,143); }
td.TdClassName
{
border-color: #40298F;
}
.TagClassName
{
border-color: #40298F;
}
</style>