Shades of Blue Gem #40269B
Tints of Blue Gem #40269B
RGB
CMYK
RGB Variations
Color information
#40269B (or 0x40269B) is known color: Blue Gem. HEX triplet: 40, 26 and 9B. RGB value is (64,38,155). Sum of RGB (Red+Green+Blue) = 64+38+155=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #40269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40269B is #BFD964. Grayscale: #3A3A3A. Windows color (decimal): -12573029 or 10167872. OLE color: 10167872.
HSL color Cylindrical-coordinate representation of color #40269B: hue angle of 253.33º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40269B is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 38 | 155 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.39 |
| HSL | 253.33º | 0.61% | 0.38% | - |
| HSV(B) | 253.33º | 0.75% | 0.61% | - |
| XYZ | 8.72 | 4.84 | 31.49 | - |
| YUV | 59.11 | 182.11 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 155 | 0.59 | 0.75 | 0 | 0.39 | 253.33 | 0.61 | 0.38 |
| Hex | 40 | 26 | 9B | 3B | 4B | 0 | 27 | FD | 3D | 26 |
| Octal | 100 | 46 | 233 | 73 | 113 | 0 | 47 | 375 | 75 | 46 |
| Binary | 1000000 | 100110 | 10011011 | 111011 | 1001011 | 0 | 100111 | 11111101 | 111101 | 100110 |
Color Harmonies of #40269B
Complementary color
Monochromatic Colors of #40269B
Black with #40269B
Text Example
Text Example
White with #40269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40269B; }
p { color: rgb(64,38,155); }
H1.HeaderClassName
{
color: #40269B;
}
.AnyTagClassName
{
color: #40269B;
}
</style>
background-color css
<style>
a { background-color: #40269B; }
a { background-color: rgb(64,38,155); }
div.DivClassName
{
background-color: #40269B;
}
.BgClassName
{
background-color: #40269B;
}
</style>
border-color css
<style>
span { border-color: #40269B; }
span { border-color: rgb(64,38,155); }
td.TdClassName
{
border-color: #40269B;
}
.TagClassName
{
border-color: #40269B;
}
</style>