Shades of Blue Gem #40309C
Tints of Blue Gem #40309C
RGB
CMYK
RGB Variations
Color information
#40309C (or 0x40309C) is known color: Blue Gem. HEX triplet: 40, 30 and 9C. RGB value is (64,48,156). Sum of RGB (Red+Green+Blue) = 64+48+156=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #40309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40309C is #BFCF63. Grayscale: #404040. Windows color (decimal): -12570468 or 10235968. OLE color: 10235968.
HSL color Cylindrical-coordinate representation of color #40309C: hue angle of 248.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40309C is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 48 | 156 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.39 |
| HSL | 248.89º | 0.53% | 0.4% | - |
| HSV(B) | 248.89º | 0.69% | 0.61% | - |
| XYZ | 9.17 | 5.6 | 32.05 | - |
| YUV | 65.1 | 179.3 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 156 | 0.59 | 0.69 | 0 | 0.39 | 248.89 | 0.53 | 0.4 |
| Hex | 40 | 30 | 9C | 3B | 45 | 0 | 27 | F9 | 35 | 28 |
| Octal | 100 | 60 | 234 | 73 | 105 | 0 | 47 | 371 | 65 | 50 |
| Binary | 1000000 | 110000 | 10011100 | 111011 | 1000101 | 0 | 100111 | 11111001 | 110101 | 101000 |
Color Harmonies of #40309C
Complementary color
Monochromatic Colors of #40309C
Black with #40309C
Text Example
Text Example
White with #40309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40309C; }
p { color: rgb(64,48,156); }
H1.HeaderClassName
{
color: #40309C;
}
.AnyTagClassName
{
color: #40309C;
}
</style>
background-color css
<style>
a { background-color: #40309C; }
a { background-color: rgb(64,48,156); }
div.DivClassName
{
background-color: #40309C;
}
.BgClassName
{
background-color: #40309C;
}
</style>
border-color css
<style>
span { border-color: #40309C; }
span { border-color: rgb(64,48,156); }
td.TdClassName
{
border-color: #40309C;
}
.TagClassName
{
border-color: #40309C;
}
</style>