Shades of Blue Gem #4023AC
Tints of Blue Gem #4023AC
RGB
CMYK
RGB Variations
Color information
#4023AC (or 0x4023AC) is known color: Blue Gem. HEX triplet: 40, 23 and AC. RGB value is (64,35,172). Sum of RGB (Red+Green+Blue) = 64+35+172=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #4023AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4023AC is #BFDC53. Grayscale: #3A3A3A. Windows color (decimal): -12573780 or 11281216. OLE color: 11281216.
HSL color Cylindrical-coordinate representation of color #4023AC: hue angle of 252.7º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4023AC is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 35 | 172 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.33 |
| HSL | 252.7º | 0.66% | 0.41% | - |
| HSV(B) | 252.7º | 0.8% | 0.67% | - |
| XYZ | 10.16 | 5.27 | 39.51 | - |
| YUV | 59.29 | 191.61 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 172 | 0.63 | 0.80 | 0 | 0.33 | 252.7 | 0.66 | 0.41 |
| Hex | 40 | 23 | AC | 3F | 50 | 0 | 21 | FD | 42 | 29 |
| Octal | 100 | 43 | 254 | 77 | 120 | 0 | 41 | 375 | 102 | 51 |
| Binary | 1000000 | 100011 | 10101100 | 111111 | 1010000 | 0 | 100001 | 11111101 | 1000010 | 101001 |
Color Harmonies of #4023AC
Complementary color
Monochromatic Colors of #4023AC
Black with #4023AC
Text Example
Text Example
White with #4023AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4023AC; }
p { color: rgb(64,35,172); }
H1.HeaderClassName
{
color: #4023AC;
}
.AnyTagClassName
{
color: #4023AC;
}
</style>
background-color css
<style>
a { background-color: #4023AC; }
a { background-color: rgb(64,35,172); }
div.DivClassName
{
background-color: #4023AC;
}
.BgClassName
{
background-color: #4023AC;
}
</style>
border-color css
<style>
span { border-color: #4023AC; }
span { border-color: rgb(64,35,172); }
td.TdClassName
{
border-color: #4023AC;
}
.TagClassName
{
border-color: #4023AC;
}
</style>