Shades of Blue Gem #40239E
Tints of Blue Gem #40239E
RGB
CMYK
RGB Variations
Color information
#40239E (or 0x40239E) is known color: Blue Gem. HEX triplet: 40, 23 and 9E. RGB value is (64,35,158). Sum of RGB (Red+Green+Blue) = 64+35+158=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #40239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40239E is #BFDC61. Grayscale: #393939. Windows color (decimal): -12573794 or 10363712. OLE color: 10363712.
HSL color Cylindrical-coordinate representation of color #40239E: hue angle of 254.15º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40239E is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 35 | 158 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.38 |
| HSL | 254.15º | 0.64% | 0.38% | - |
| HSV(B) | 254.15º | 0.78% | 0.62% | - |
| XYZ | 8.89 | 4.76 | 32.8 | - |
| YUV | 57.69 | 184.61 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 158 | 0.59 | 0.78 | 0 | 0.38 | 254.15 | 0.64 | 0.38 |
| Hex | 40 | 23 | 9E | 3B | 4E | 0 | 26 | FE | 40 | 26 |
| Octal | 100 | 43 | 236 | 73 | 116 | 0 | 46 | 376 | 100 | 46 |
| Binary | 1000000 | 100011 | 10011110 | 111011 | 1001110 | 0 | 100110 | 11111110 | 1000000 | 100110 |
Color Harmonies of #40239E
Complementary color
Monochromatic Colors of #40239E
Black with #40239E
Text Example
Text Example
White with #40239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40239E; }
p { color: rgb(64,35,158); }
H1.HeaderClassName
{
color: #40239E;
}
.AnyTagClassName
{
color: #40239E;
}
</style>
background-color css
<style>
a { background-color: #40239E; }
a { background-color: rgb(64,35,158); }
div.DivClassName
{
background-color: #40239E;
}
.BgClassName
{
background-color: #40239E;
}
</style>
border-color css
<style>
span { border-color: #40239E; }
span { border-color: rgb(64,35,158); }
td.TdClassName
{
border-color: #40239E;
}
.TagClassName
{
border-color: #40239E;
}
</style>