Shades of Blue Gem #4023AB
Tints of Blue Gem #4023AB
RGB
CMYK
RGB Variations
Color information
#4023AB (or 0x4023AB) is known color: Blue Gem. HEX triplet: 40, 23 and AB. RGB value is (64,35,171). Sum of RGB (Red+Green+Blue) = 64+35+171=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #4023AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4023AB is #BFDC54. Grayscale: #3A3A3A. Windows color (decimal): -12573781 or 11215680. OLE color: 11215680.
HSL color Cylindrical-coordinate representation of color #4023AB: hue angle of 252.79º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4023AB is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 35 | 171 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.33 |
| HSL | 252.79º | 0.66% | 0.4% | - |
| HSV(B) | 252.79º | 0.8% | 0.67% | - |
| XYZ | 10.07 | 5.23 | 39.01 | - |
| YUV | 59.18 | 191.11 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 171 | 0.63 | 0.80 | 0 | 0.33 | 252.79 | 0.66 | 0.4 |
| Hex | 40 | 23 | AB | 3F | 50 | 0 | 21 | FD | 42 | 28 |
| Octal | 100 | 43 | 253 | 77 | 120 | 0 | 41 | 375 | 102 | 50 |
| Binary | 1000000 | 100011 | 10101011 | 111111 | 1010000 | 0 | 100001 | 11111101 | 1000010 | 101000 |
Color Harmonies of #4023AB
Complementary color
Monochromatic Colors of #4023AB
Black with #4023AB
Text Example
Text Example
White with #4023AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4023AB; }
p { color: rgb(64,35,171); }
H1.HeaderClassName
{
color: #4023AB;
}
.AnyTagClassName
{
color: #4023AB;
}
</style>
background-color css
<style>
a { background-color: #4023AB; }
a { background-color: rgb(64,35,171); }
div.DivClassName
{
background-color: #4023AB;
}
.BgClassName
{
background-color: #4023AB;
}
</style>
border-color css
<style>
span { border-color: #4023AB; }
span { border-color: rgb(64,35,171); }
td.TdClassName
{
border-color: #4023AB;
}
.TagClassName
{
border-color: #4023AB;
}
</style>