Shades of Blue Gem #40329F
Tints of Blue Gem #40329F
RGB
CMYK
RGB Variations
Color information
#40329F (or 0x40329F) is known color: Blue Gem. HEX triplet: 40, 32 and 9F. RGB value is (64,50,159). Sum of RGB (Red+Green+Blue) = 64+50+159=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #40329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40329F is #BFCD60. Grayscale: #424242. Windows color (decimal): -12569953 or 10433088. OLE color: 10433088.
HSL color Cylindrical-coordinate representation of color #40329F: hue angle of 247.71º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40329F is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 50 | 159 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.38 |
| HSL | 247.71º | 0.52% | 0.41% | - |
| HSV(B) | 247.71º | 0.69% | 0.62% | - |
| XYZ | 9.51 | 5.87 | 33.43 | - |
| YUV | 66.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 159 | 0.60 | 0.69 | 0 | 0.38 | 247.71 | 0.52 | 0.41 |
| Hex | 40 | 32 | 9F | 3C | 45 | 0 | 26 | F8 | 34 | 29 |
| Octal | 100 | 62 | 237 | 74 | 105 | 0 | 46 | 370 | 64 | 51 |
| Binary | 1000000 | 110010 | 10011111 | 111100 | 1000101 | 0 | 100110 | 11111000 | 110100 | 101001 |
Color Harmonies of #40329F
Complementary color
Monochromatic Colors of #40329F
Black with #40329F
Text Example
Text Example
White with #40329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40329F; }
p { color: rgb(64,50,159); }
H1.HeaderClassName
{
color: #40329F;
}
.AnyTagClassName
{
color: #40329F;
}
</style>
background-color css
<style>
a { background-color: #40329F; }
a { background-color: rgb(64,50,159); }
div.DivClassName
{
background-color: #40329F;
}
.BgClassName
{
background-color: #40329F;
}
</style>
border-color css
<style>
span { border-color: #40329F; }
span { border-color: rgb(64,50,159); }
td.TdClassName
{
border-color: #40329F;
}
.TagClassName
{
border-color: #40329F;
}
</style>