Shades of Blue Gem #40309D
Tints of Blue Gem #40309D
RGB
CMYK
RGB Variations
Color information
#40309D (or 0x40309D) is known color: Blue Gem. HEX triplet: 40, 30 and 9D. RGB value is (64,48,157). Sum of RGB (Red+Green+Blue) = 64+48+157=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #40309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40309D is #BFCF62. Grayscale: #404040. Windows color (decimal): -12570467 or 10301504. OLE color: 10301504.
HSL color Cylindrical-coordinate representation of color #40309D: hue angle of 248.81º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40309D is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 48 | 157 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.38 |
| HSL | 248.81º | 0.53% | 0.4% | - |
| HSV(B) | 248.81º | 0.69% | 0.62% | - |
| XYZ | 9.26 | 5.64 | 32.5 | - |
| YUV | 65.21 | 179.8 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 157 | 0.59 | 0.69 | 0 | 0.38 | 248.81 | 0.53 | 0.4 |
| Hex | 40 | 30 | 9D | 3B | 45 | 0 | 26 | F9 | 35 | 28 |
| Octal | 100 | 60 | 235 | 73 | 105 | 0 | 46 | 371 | 65 | 50 |
| Binary | 1000000 | 110000 | 10011101 | 111011 | 1000101 | 0 | 100110 | 11111001 | 110101 | 101000 |
Color Harmonies of #40309D
Complementary color
Monochromatic Colors of #40309D
Black with #40309D
Text Example
Text Example
White with #40309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40309D; }
p { color: rgb(64,48,157); }
H1.HeaderClassName
{
color: #40309D;
}
.AnyTagClassName
{
color: #40309D;
}
</style>
background-color css
<style>
a { background-color: #40309D; }
a { background-color: rgb(64,48,157); }
div.DivClassName
{
background-color: #40309D;
}
.BgClassName
{
background-color: #40309D;
}
</style>
border-color css
<style>
span { border-color: #40309D; }
span { border-color: rgb(64,48,157); }
td.TdClassName
{
border-color: #40309D;
}
.TagClassName
{
border-color: #40309D;
}
</style>