Shades of Blue Gem #40259B
Tints of Blue Gem #40259B
RGB
CMYK
RGB Variations
Color information
#40259B (or 0x40259B) is known color: Blue Gem. HEX triplet: 40, 25 and 9B. RGB value is (64,37,155). Sum of RGB (Red+Green+Blue) = 64+37+155=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #40259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40259B is #BFDA64. Grayscale: #3A3A3A. Windows color (decimal): -12573285 or 10167616. OLE color: 10167616.
HSL color Cylindrical-coordinate representation of color #40259B: hue angle of 253.73º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40259B is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 37 | 155 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.39 |
| HSL | 253.73º | 0.61% | 0.38% | - |
| HSV(B) | 253.73º | 0.76% | 0.61% | - |
| XYZ | 8.69 | 4.78 | 31.47 | - |
| YUV | 58.53 | 182.45 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 155 | 0.59 | 0.76 | 0 | 0.39 | 253.73 | 0.61 | 0.38 |
| Hex | 40 | 25 | 9B | 3B | 4C | 0 | 27 | FE | 3D | 26 |
| Octal | 100 | 45 | 233 | 73 | 114 | 0 | 47 | 376 | 75 | 46 |
| Binary | 1000000 | 100101 | 10011011 | 111011 | 1001100 | 0 | 100111 | 11111110 | 111101 | 100110 |
Color Harmonies of #40259B
Complementary color
Monochromatic Colors of #40259B
Black with #40259B
Text Example
Text Example
White with #40259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40259B; }
p { color: rgb(64,37,155); }
H1.HeaderClassName
{
color: #40259B;
}
.AnyTagClassName
{
color: #40259B;
}
</style>
background-color css
<style>
a { background-color: #40259B; }
a { background-color: rgb(64,37,155); }
div.DivClassName
{
background-color: #40259B;
}
.BgClassName
{
background-color: #40259B;
}
</style>
border-color css
<style>
span { border-color: #40259B; }
span { border-color: rgb(64,37,155); }
td.TdClassName
{
border-color: #40259B;
}
.TagClassName
{
border-color: #40259B;
}
</style>