Shades of Blue Gem #4331A3
Tints of Blue Gem #4331A3
RGB
CMYK
RGB Variations
Color information
#4331A3 (or 0x4331A3) is known color: Blue Gem. HEX triplet: 43, 31 and A3. RGB value is (67,49,163). Sum of RGB (Red+Green+Blue) = 67+49+163=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 163 (64.06% from 255 or 58.42% from 279); Max value from RGB is 163 - color contains mainly: blue. Hex color #4331A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4331A3 is #BCCE5C. Grayscale: #424242. Windows color (decimal): -12373597 or 10694979. OLE color: 10694979.
HSL color Cylindrical-coordinate representation of color #4331A3: hue angle of 249.47º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4331A3 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 49 | 163 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.36 |
| HSL | 249.47º | 0.54% | 0.42% | - |
| HSV(B) | 249.47º | 0.7% | 0.64% | - |
| XYZ | 10.02 | 6.03 | 35.29 | - |
| YUV | 67.38 | 181.96 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 163 | 0.59 | 0.70 | 0 | 0.36 | 249.47 | 0.54 | 0.42 |
| Hex | 43 | 31 | A3 | 3B | 46 | 0 | 24 | F9 | 36 | 2A |
| Octal | 103 | 61 | 243 | 73 | 106 | 0 | 44 | 371 | 66 | 52 |
| Binary | 1000011 | 110001 | 10100011 | 111011 | 1000110 | 0 | 100100 | 11111001 | 110110 | 101010 |
Color Harmonies of #4331A3
Complementary color
Monochromatic Colors of #4331A3
Black with #4331A3
Text Example
Text Example
White with #4331A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4331A3; }
p { color: rgb(67,49,163); }
H1.HeaderClassName
{
color: #4331A3;
}
.AnyTagClassName
{
color: #4331A3;
}
</style>
background-color css
<style>
a { background-color: #4331A3; }
a { background-color: rgb(67,49,163); }
div.DivClassName
{
background-color: #4331A3;
}
.BgClassName
{
background-color: #4331A3;
}
</style>
border-color css
<style>
span { border-color: #4331A3; }
span { border-color: rgb(67,49,163); }
td.TdClassName
{
border-color: #4331A3;
}
.TagClassName
{
border-color: #4331A3;
}
</style>