Shades of Blue Gem #4023AA
Tints of Blue Gem #4023AA
RGB
CMYK
RGB Variations
Color information
#4023AA (or 0x4023AA) is known color: Blue Gem. HEX triplet: 40, 23 and AA. RGB value is (64,35,170). Sum of RGB (Red+Green+Blue) = 64+35+170=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #4023AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4023AA is #BFDC55. Grayscale: #3A3A3A. Windows color (decimal): -12573782 or 11150144. OLE color: 11150144.
HSL color Cylindrical-coordinate representation of color #4023AA: hue angle of 252.89º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4023AA is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 35 | 170 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.33 |
| HSL | 252.89º | 0.66% | 0.4% | - |
| HSV(B) | 252.89º | 0.79% | 0.67% | - |
| XYZ | 9.97 | 5.19 | 38.51 | - |
| YUV | 59.06 | 190.61 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 170 | 0.62 | 0.79 | 0 | 0.33 | 252.89 | 0.66 | 0.4 |
| Hex | 40 | 23 | AA | 3E | 4F | 0 | 21 | FD | 42 | 28 |
| Octal | 100 | 43 | 252 | 76 | 117 | 0 | 41 | 375 | 102 | 50 |
| Binary | 1000000 | 100011 | 10101010 | 111110 | 1001111 | 0 | 100001 | 11111101 | 1000010 | 101000 |
Color Harmonies of #4023AA
Complementary color
Monochromatic Colors of #4023AA
Black with #4023AA
Text Example
Text Example
White with #4023AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4023AA; }
p { color: rgb(64,35,170); }
H1.HeaderClassName
{
color: #4023AA;
}
.AnyTagClassName
{
color: #4023AA;
}
</style>
background-color css
<style>
a { background-color: #4023AA; }
a { background-color: rgb(64,35,170); }
div.DivClassName
{
background-color: #4023AA;
}
.BgClassName
{
background-color: #4023AA;
}
</style>
border-color css
<style>
span { border-color: #4023AA; }
span { border-color: rgb(64,35,170); }
td.TdClassName
{
border-color: #4023AA;
}
.TagClassName
{
border-color: #4023AA;
}
</style>