Shades of Blue Gem #40289B
Tints of Blue Gem #40289B
RGB
CMYK
RGB Variations
Color information
#40289B (or 0x40289B) is known color: Blue Gem. HEX triplet: 40, 28 and 9B. RGB value is (64,40,155). Sum of RGB (Red+Green+Blue) = 64+40+155=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #40289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40289B is #BFD764. Grayscale: #3B3B3B. Windows color (decimal): -12572517 or 10168384. OLE color: 10168384.
HSL color Cylindrical-coordinate representation of color #40289B: hue angle of 252.52º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40289B is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 40 | 155 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.39 |
| HSL | 252.52º | 0.59% | 0.38% | - |
| HSV(B) | 252.52º | 0.74% | 0.61% | - |
| XYZ | 8.79 | 4.97 | 31.51 | - |
| YUV | 60.29 | 181.45 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 155 | 0.59 | 0.74 | 0 | 0.39 | 252.52 | 0.59 | 0.38 |
| Hex | 40 | 28 | 9B | 3B | 4A | 0 | 27 | FD | 3B | 26 |
| Octal | 100 | 50 | 233 | 73 | 112 | 0 | 47 | 375 | 73 | 46 |
| Binary | 1000000 | 101000 | 10011011 | 111011 | 1001010 | 0 | 100111 | 11111101 | 111011 | 100110 |
Color Harmonies of #40289B
Complementary color
Monochromatic Colors of #40289B
Black with #40289B
Text Example
Text Example
White with #40289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40289B; }
p { color: rgb(64,40,155); }
H1.HeaderClassName
{
color: #40289B;
}
.AnyTagClassName
{
color: #40289B;
}
</style>
background-color css
<style>
a { background-color: #40289B; }
a { background-color: rgb(64,40,155); }
div.DivClassName
{
background-color: #40289B;
}
.BgClassName
{
background-color: #40289B;
}
</style>
border-color css
<style>
span { border-color: #40289B; }
span { border-color: rgb(64,40,155); }
td.TdClassName
{
border-color: #40289B;
}
.TagClassName
{
border-color: #40289B;
}
</style>