Shades of Blue Gem #40249B
Tints of Blue Gem #40249B
RGB
CMYK
RGB Variations
Color information
#40249B (or 0x40249B) is known color: Blue Gem. HEX triplet: 40, 24 and 9B. RGB value is (64,36,155). Sum of RGB (Red+Green+Blue) = 64+36+155=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #40249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40249B is #BFDB64. Grayscale: #393939. Windows color (decimal): -12573541 or 10167360. OLE color: 10167360.
HSL color Cylindrical-coordinate representation of color #40249B: hue angle of 254.12º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40249B is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 36 | 155 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.39 |
| HSL | 254.12º | 0.62% | 0.37% | - |
| HSV(B) | 254.12º | 0.77% | 0.61% | - |
| XYZ | 8.66 | 4.72 | 31.46 | - |
| YUV | 57.94 | 182.78 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 155 | 0.59 | 0.77 | 0 | 0.39 | 254.12 | 0.62 | 0.37 |
| Hex | 40 | 24 | 9B | 3B | 4D | 0 | 27 | FE | 3E | 25 |
| Octal | 100 | 44 | 233 | 73 | 115 | 0 | 47 | 376 | 76 | 45 |
| Binary | 1000000 | 100100 | 10011011 | 111011 | 1001101 | 0 | 100111 | 11111110 | 111110 | 100101 |
Color Harmonies of #40249B
Complementary color
Monochromatic Colors of #40249B
Black with #40249B
Text Example
Text Example
White with #40249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40249B; }
p { color: rgb(64,36,155); }
H1.HeaderClassName
{
color: #40249B;
}
.AnyTagClassName
{
color: #40249B;
}
</style>
background-color css
<style>
a { background-color: #40249B; }
a { background-color: rgb(64,36,155); }
div.DivClassName
{
background-color: #40249B;
}
.BgClassName
{
background-color: #40249B;
}
</style>
border-color css
<style>
span { border-color: #40249B; }
span { border-color: rgb(64,36,155); }
td.TdClassName
{
border-color: #40249B;
}
.TagClassName
{
border-color: #40249B;
}
</style>