Shades of Blue Gem #4033AC
Tints of Blue Gem #4033AC
RGB
CMYK
RGB Variations
Color information
#4033AC (or 0x4033AC) is known color: Blue Gem. HEX triplet: 40, 33 and AC. RGB value is (64,51,172). Sum of RGB (Red+Green+Blue) = 64+51+172=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #4033AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4033AC is #BFCC53. Grayscale: #444444. Windows color (decimal): -12569684 or 11285312. OLE color: 11285312.
HSL color Cylindrical-coordinate representation of color #4033AC: hue angle of 246.45º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4033AC is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 51 | 172 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.33 |
| HSL | 246.45º | 0.54% | 0.44% | - |
| HSV(B) | 246.45º | 0.7% | 0.67% | - |
| XYZ | 10.74 | 6.44 | 39.71 | - |
| YUV | 68.68 | 186.31 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 172 | 0.63 | 0.70 | 0 | 0.33 | 246.45 | 0.54 | 0.44 |
| Hex | 40 | 33 | AC | 3F | 46 | 0 | 21 | F6 | 36 | 2C |
| Octal | 100 | 63 | 254 | 77 | 106 | 0 | 41 | 366 | 66 | 54 |
| Binary | 1000000 | 110011 | 10101100 | 111111 | 1000110 | 0 | 100001 | 11110110 | 110110 | 101100 |
Color Harmonies of #4033AC
Complementary color
Monochromatic Colors of #4033AC
Black with #4033AC
Text Example
Text Example
White with #4033AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4033AC; }
p { color: rgb(64,51,172); }
H1.HeaderClassName
{
color: #4033AC;
}
.AnyTagClassName
{
color: #4033AC;
}
</style>
background-color css
<style>
a { background-color: #4033AC; }
a { background-color: rgb(64,51,172); }
div.DivClassName
{
background-color: #4033AC;
}
.BgClassName
{
background-color: #4033AC;
}
</style>
border-color css
<style>
span { border-color: #4033AC; }
span { border-color: rgb(64,51,172); }
td.TdClassName
{
border-color: #4033AC;
}
.TagClassName
{
border-color: #4033AC;
}
</style>