Shades of Blue Gem #40229F
Tints of Blue Gem #40229F
RGB
CMYK
RGB Variations
Color information
#40229F (or 0x40229F) is known color: Blue Gem. HEX triplet: 40, 22 and 9F. RGB value is (64,34,159). Sum of RGB (Red+Green+Blue) = 64+34+159=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #40229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40229F is #BFDD60. Grayscale: #383838. Windows color (decimal): -12574049 or 10428992. OLE color: 10428992.
HSL color Cylindrical-coordinate representation of color #40229F: hue angle of 254.4º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40229F is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 34 | 159 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.38 |
| HSL | 254.4º | 0.65% | 0.38% | - |
| HSV(B) | 254.4º | 0.79% | 0.62% | - |
| XYZ | 8.94 | 4.74 | 33.24 | - |
| YUV | 57.22 | 185.44 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 159 | 0.60 | 0.79 | 0 | 0.38 | 254.4 | 0.65 | 0.38 |
| Hex | 40 | 22 | 9F | 3C | 4F | 0 | 26 | FE | 41 | 26 |
| Octal | 100 | 42 | 237 | 74 | 117 | 0 | 46 | 376 | 101 | 46 |
| Binary | 1000000 | 100010 | 10011111 | 111100 | 1001111 | 0 | 100110 | 11111110 | 1000001 | 100110 |
Color Harmonies of #40229F
Complementary color
Monochromatic Colors of #40229F
Black with #40229F
Text Example
Text Example
White with #40229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40229F; }
p { color: rgb(64,34,159); }
H1.HeaderClassName
{
color: #40229F;
}
.AnyTagClassName
{
color: #40229F;
}
</style>
background-color css
<style>
a { background-color: #40229F; }
a { background-color: rgb(64,34,159); }
div.DivClassName
{
background-color: #40229F;
}
.BgClassName
{
background-color: #40229F;
}
</style>
border-color css
<style>
span { border-color: #40229F; }
span { border-color: rgb(64,34,159); }
td.TdClassName
{
border-color: #40229F;
}
.TagClassName
{
border-color: #40229F;
}
</style>