Shades of Blue Gem #40229A
Tints of Blue Gem #40229A
RGB
CMYK
RGB Variations
Color information
#40229A (or 0x40229A) is known color: Blue Gem. HEX triplet: 40, 22 and 9A. RGB value is (64,34,154). Sum of RGB (Red+Green+Blue) = 64+34+154=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #40229A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40229A is #BFDD65. Grayscale: #383838. Windows color (decimal): -12574054 or 10101312. OLE color: 10101312.
HSL color Cylindrical-coordinate representation of color #40229A: hue angle of 255º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40229A is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 34 | 154 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.40 |
| HSL | 255º | 0.64% | 0.37% | - |
| HSV(B) | 255º | 0.78% | 0.6% | - |
| XYZ | 8.52 | 4.57 | 31 | - |
| YUV | 56.65 | 182.94 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 154 | 0.58 | 0.78 | 0 | 0.40 | 255 | 0.64 | 0.37 |
| Hex | 40 | 22 | 9A | 3A | 4E | 0 | 28 | FF | 40 | 25 |
| Octal | 100 | 42 | 232 | 72 | 116 | 0 | 50 | 377 | 100 | 45 |
| Binary | 1000000 | 100010 | 10011010 | 111010 | 1001110 | 0 | 101000 | 11111111 | 1000000 | 100101 |
Color Harmonies of #40229A
Complementary color
Monochromatic Colors of #40229A
Black with #40229A
Text Example
Text Example
White with #40229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40229A; }
p { color: rgb(64,34,154); }
H1.HeaderClassName
{
color: #40229A;
}
.AnyTagClassName
{
color: #40229A;
}
</style>
background-color css
<style>
a { background-color: #40229A; }
a { background-color: rgb(64,34,154); }
div.DivClassName
{
background-color: #40229A;
}
.BgClassName
{
background-color: #40229A;
}
</style>
border-color css
<style>
span { border-color: #40229A; }
span { border-color: rgb(64,34,154); }
td.TdClassName
{
border-color: #40229A;
}
.TagClassName
{
border-color: #40229A;
}
</style>