Shades of Blue Gem #40279F
Tints of Blue Gem #40279F
RGB
CMYK
RGB Variations
Color information
#40279F (or 0x40279F) is known color: Blue Gem. HEX triplet: 40, 27 and 9F. RGB value is (64,39,159). Sum of RGB (Red+Green+Blue) = 64+39+159=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #40279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40279F is #BFD860. Grayscale: #3B3B3B. Windows color (decimal): -12572769 or 10430272. OLE color: 10430272.
HSL color Cylindrical-coordinate representation of color #40279F: hue angle of 252.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40279F is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 39 | 159 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.38 |
| HSL | 252.5º | 0.61% | 0.39% | - |
| HSV(B) | 252.5º | 0.75% | 0.62% | - |
| XYZ | 9.1 | 5.04 | 33.3 | - |
| YUV | 60.16 | 183.78 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 159 | 0.60 | 0.75 | 0 | 0.38 | 252.5 | 0.61 | 0.39 |
| Hex | 40 | 27 | 9F | 3C | 4B | 0 | 26 | FD | 3D | 27 |
| Octal | 100 | 47 | 237 | 74 | 113 | 0 | 46 | 375 | 75 | 47 |
| Binary | 1000000 | 100111 | 10011111 | 111100 | 1001011 | 0 | 100110 | 11111101 | 111101 | 100111 |
Color Harmonies of #40279F
Complementary color
Monochromatic Colors of #40279F
Black with #40279F
Text Example
Text Example
White with #40279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40279F; }
p { color: rgb(64,39,159); }
H1.HeaderClassName
{
color: #40279F;
}
.AnyTagClassName
{
color: #40279F;
}
</style>
background-color css
<style>
a { background-color: #40279F; }
a { background-color: rgb(64,39,159); }
div.DivClassName
{
background-color: #40279F;
}
.BgClassName
{
background-color: #40279F;
}
</style>
border-color css
<style>
span { border-color: #40279F; }
span { border-color: rgb(64,39,159); }
td.TdClassName
{
border-color: #40279F;
}
.TagClassName
{
border-color: #40279F;
}
</style>