Shades of Blue Gem #40269F
Tints of Blue Gem #40269F
RGB
CMYK
RGB Variations
Color information
#40269F (or 0x40269F) is known color: Blue Gem. HEX triplet: 40, 26 and 9F. RGB value is (64,38,159). Sum of RGB (Red+Green+Blue) = 64+38+159=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #40269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40269F is #BFD960. Grayscale: #3B3B3B. Windows color (decimal): -12573025 or 10430016. OLE color: 10430016.
HSL color Cylindrical-coordinate representation of color #40269F: hue angle of 252.89º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40269F is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 38 | 159 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.38 |
| HSL | 252.89º | 0.61% | 0.39% | - |
| HSV(B) | 252.89º | 0.76% | 0.62% | - |
| XYZ | 9.07 | 4.98 | 33.28 | - |
| YUV | 59.57 | 184.11 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 159 | 0.60 | 0.76 | 0 | 0.38 | 252.89 | 0.61 | 0.39 |
| Hex | 40 | 26 | 9F | 3C | 4C | 0 | 26 | FD | 3D | 27 |
| Octal | 100 | 46 | 237 | 74 | 114 | 0 | 46 | 375 | 75 | 47 |
| Binary | 1000000 | 100110 | 10011111 | 111100 | 1001100 | 0 | 100110 | 11111101 | 111101 | 100111 |
Color Harmonies of #40269F
Complementary color
Monochromatic Colors of #40269F
Black with #40269F
Text Example
Text Example
White with #40269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40269F; }
p { color: rgb(64,38,159); }
H1.HeaderClassName
{
color: #40269F;
}
.AnyTagClassName
{
color: #40269F;
}
</style>
background-color css
<style>
a { background-color: #40269F; }
a { background-color: rgb(64,38,159); }
div.DivClassName
{
background-color: #40269F;
}
.BgClassName
{
background-color: #40269F;
}
</style>
border-color css
<style>
span { border-color: #40269F; }
span { border-color: rgb(64,38,159); }
td.TdClassName
{
border-color: #40269F;
}
.TagClassName
{
border-color: #40269F;
}
</style>