Shades of Blue Gem #4322AB
Tints of Blue Gem #4322AB
RGB
CMYK
RGB Variations
Color information
#4322AB (or 0x4322AB) is known color: Blue Gem. HEX triplet: 43, 22 and AB. RGB value is (67,34,171). Sum of RGB (Red+Green+Blue) = 67+34+171=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #4322AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4322AB is #BCDD54. Grayscale: #3A3A3A. Windows color (decimal): -12377429 or 11215427. OLE color: 11215427.
HSL color Cylindrical-coordinate representation of color #4322AB: hue angle of 254.45º degrees, saturation: 0.67, 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 #4322AB is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 34 | 171 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.33 |
| HSL | 254.45º | 0.67% | 0.4% | - |
| HSV(B) | 254.45º | 0.8% | 0.67% | - |
| XYZ | 10.24 | 5.28 | 39.01 | - |
| YUV | 59.49 | 190.93 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 171 | 0.61 | 0.80 | 0 | 0.33 | 254.45 | 0.67 | 0.4 |
| Hex | 43 | 22 | AB | 3D | 50 | 0 | 21 | FE | 43 | 28 |
| Octal | 103 | 42 | 253 | 75 | 120 | 0 | 41 | 376 | 103 | 50 |
| Binary | 1000011 | 100010 | 10101011 | 111101 | 1010000 | 0 | 100001 | 11111110 | 1000011 | 101000 |
Color Harmonies of #4322AB
Complementary color
Monochromatic Colors of #4322AB
Black with #4322AB
Text Example
Text Example
White with #4322AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4322AB; }
p { color: rgb(67,34,171); }
H1.HeaderClassName
{
color: #4322AB;
}
.AnyTagClassName
{
color: #4322AB;
}
</style>
background-color css
<style>
a { background-color: #4322AB; }
a { background-color: rgb(67,34,171); }
div.DivClassName
{
background-color: #4322AB;
}
.BgClassName
{
background-color: #4322AB;
}
</style>
border-color css
<style>
span { border-color: #4322AB; }
span { border-color: rgb(67,34,171); }
td.TdClassName
{
border-color: #4322AB;
}
.TagClassName
{
border-color: #4322AB;
}
</style>