Shades of Blue Gem #40288D
Tints of Blue Gem #40288D
RGB
CMYK
RGB Variations
Color information
#40288D (or 0x40288D) is known color: Blue Gem. HEX triplet: 40, 28 and 8D. RGB value is (64,40,141). Sum of RGB (Red+Green+Blue) = 64+40+141=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #40288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40288D is #BFD772. Grayscale: #3A3A3A. Windows color (decimal): -12572531 or 9250880. OLE color: 9250880.
HSL color Cylindrical-coordinate representation of color #40288D: hue angle of 254.26º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40288D is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 40 | 141 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.45 |
| HSL | 254.26º | 0.56% | 0.35% | - |
| HSV(B) | 254.26º | 0.72% | 0.55% | - |
| XYZ | 7.68 | 4.53 | 25.67 | - |
| YUV | 58.69 | 174.45 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 141 | 0.55 | 0.72 | 0 | 0.45 | 254.26 | 0.56 | 0.35 |
| Hex | 40 | 28 | 8D | 37 | 48 | 0 | 2D | FE | 38 | 23 |
| Octal | 100 | 50 | 215 | 67 | 110 | 0 | 55 | 376 | 70 | 43 |
| Binary | 1000000 | 101000 | 10001101 | 110111 | 1001000 | 0 | 101101 | 11111110 | 111000 | 100011 |
Color Harmonies of #40288D
Complementary color
Monochromatic Colors of #40288D
Black with #40288D
Text Example
Text Example
White with #40288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40288D; }
p { color: rgb(64,40,141); }
H1.HeaderClassName
{
color: #40288D;
}
.AnyTagClassName
{
color: #40288D;
}
</style>
background-color css
<style>
a { background-color: #40288D; }
a { background-color: rgb(64,40,141); }
div.DivClassName
{
background-color: #40288D;
}
.BgClassName
{
background-color: #40288D;
}
</style>
border-color css
<style>
span { border-color: #40288D; }
span { border-color: rgb(64,40,141); }
td.TdClassName
{
border-color: #40288D;
}
.TagClassName
{
border-color: #40288D;
}
</style>