Shades of Blue Gem #40229C
Tints of Blue Gem #40229C
RGB
CMYK
RGB Variations
Color information
#40229C (or 0x40229C) is known color: Blue Gem. HEX triplet: 40, 22 and 9C. RGB value is (64,34,156). Sum of RGB (Red+Green+Blue) = 64+34+156=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #40229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40229C is #BFDD63. Grayscale: #383838. Windows color (decimal): -12574052 or 10232384. OLE color: 10232384.
HSL color Cylindrical-coordinate representation of color #40229C: hue angle of 254.75º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40229C is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 34 | 156 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.39 |
| HSL | 254.75º | 0.64% | 0.37% | - |
| HSV(B) | 254.75º | 0.78% | 0.61% | - |
| XYZ | 8.69 | 4.63 | 31.89 | - |
| YUV | 56.88 | 183.94 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 156 | 0.59 | 0.78 | 0 | 0.39 | 254.75 | 0.64 | 0.37 |
| Hex | 40 | 22 | 9C | 3B | 4E | 0 | 27 | FF | 40 | 25 |
| Octal | 100 | 42 | 234 | 73 | 116 | 0 | 47 | 377 | 100 | 45 |
| Binary | 1000000 | 100010 | 10011100 | 111011 | 1001110 | 0 | 100111 | 11111111 | 1000000 | 100101 |
Color Harmonies of #40229C
Complementary color
Monochromatic Colors of #40229C
Black with #40229C
Text Example
Text Example
White with #40229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40229C; }
p { color: rgb(64,34,156); }
H1.HeaderClassName
{
color: #40229C;
}
.AnyTagClassName
{
color: #40229C;
}
</style>
background-color css
<style>
a { background-color: #40229C; }
a { background-color: rgb(64,34,156); }
div.DivClassName
{
background-color: #40229C;
}
.BgClassName
{
background-color: #40229C;
}
</style>
border-color css
<style>
span { border-color: #40229C; }
span { border-color: rgb(64,34,156); }
td.TdClassName
{
border-color: #40229C;
}
.TagClassName
{
border-color: #40229C;
}
</style>