Shades of Blue Gem #40209D
Tints of Blue Gem #40209D
RGB
CMYK
RGB Variations
Color information
#40209D (or 0x40209D) is known color: Blue Gem. HEX triplet: 40, 20 and 9D. RGB value is (64,32,157). Sum of RGB (Red+Green+Blue) = 64+32+157=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #40209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40209D is #BFDF62. Grayscale: #373737. Windows color (decimal): -12574563 or 10297408. OLE color: 10297408.
HSL color Cylindrical-coordinate representation of color #40209D: hue angle of 255.36º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40209D is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 32 | 157 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.38 |
| HSL | 255.36º | 0.66% | 0.37% | - |
| HSV(B) | 255.36º | 0.8% | 0.62% | - |
| XYZ | 8.72 | 4.56 | 32.32 | - |
| YUV | 55.82 | 185.1 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 157 | 0.59 | 0.80 | 0 | 0.38 | 255.36 | 0.66 | 0.37 |
| Hex | 40 | 20 | 9D | 3B | 50 | 0 | 26 | FF | 42 | 25 |
| Octal | 100 | 40 | 235 | 73 | 120 | 0 | 46 | 377 | 102 | 45 |
| Binary | 1000000 | 100000 | 10011101 | 111011 | 1010000 | 0 | 100110 | 11111111 | 1000010 | 100101 |
Color Harmonies of #40209D
Complementary color
Monochromatic Colors of #40209D
Black with #40209D
Text Example
Text Example
White with #40209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40209D; }
p { color: rgb(64,32,157); }
H1.HeaderClassName
{
color: #40209D;
}
.AnyTagClassName
{
color: #40209D;
}
</style>
background-color css
<style>
a { background-color: #40209D; }
a { background-color: rgb(64,32,157); }
div.DivClassName
{
background-color: #40209D;
}
.BgClassName
{
background-color: #40209D;
}
</style>
border-color css
<style>
span { border-color: #40209D; }
span { border-color: rgb(64,32,157); }
td.TdClassName
{
border-color: #40209D;
}
.TagClassName
{
border-color: #40209D;
}
</style>