Shades of Blue Gem #40249F
Tints of Blue Gem #40249F
RGB
CMYK
RGB Variations
Color information
#40249F (or 0x40249F) is known color: Blue Gem. HEX triplet: 40, 24 and 9F. RGB value is (64,36,159). Sum of RGB (Red+Green+Blue) = 64+36+159=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #40249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40249F is #BFDB60. Grayscale: #393939. Windows color (decimal): -12573537 or 10429504. OLE color: 10429504.
HSL color Cylindrical-coordinate representation of color #40249F: hue angle of 253.66º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40249F is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 36 | 159 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.38 |
| HSL | 253.66º | 0.63% | 0.38% | - |
| HSV(B) | 253.66º | 0.77% | 0.62% | - |
| XYZ | 9 | 4.85 | 33.26 | - |
| YUV | 58.39 | 184.78 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 159 | 0.60 | 0.77 | 0 | 0.38 | 253.66 | 0.63 | 0.38 |
| Hex | 40 | 24 | 9F | 3C | 4D | 0 | 26 | FE | 3F | 26 |
| Octal | 100 | 44 | 237 | 74 | 115 | 0 | 46 | 376 | 77 | 46 |
| Binary | 1000000 | 100100 | 10011111 | 111100 | 1001101 | 0 | 100110 | 11111110 | 111111 | 100110 |
Color Harmonies of #40249F
Complementary color
Monochromatic Colors of #40249F
Black with #40249F
Text Example
Text Example
White with #40249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40249F; }
p { color: rgb(64,36,159); }
H1.HeaderClassName
{
color: #40249F;
}
.AnyTagClassName
{
color: #40249F;
}
</style>
background-color css
<style>
a { background-color: #40249F; }
a { background-color: rgb(64,36,159); }
div.DivClassName
{
background-color: #40249F;
}
.BgClassName
{
background-color: #40249F;
}
</style>
border-color css
<style>
span { border-color: #40249F; }
span { border-color: rgb(64,36,159); }
td.TdClassName
{
border-color: #40249F;
}
.TagClassName
{
border-color: #40249F;
}
</style>