Shades of Blue Gem #422CAC
Tints of Blue Gem #422CAC
RGB
CMYK
RGB Variations
Color information
#422CAC (or 0x422CAC) is known color: Blue Gem. HEX triplet: 42, 2C and AC. RGB value is (66,44,172). Sum of RGB (Red+Green+Blue) = 66+44+172=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #422CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422CAC is #BDD353. Grayscale: #404040. Windows color (decimal): -12440404 or 11283522. OLE color: 11283522.
HSL color Cylindrical-coordinate representation of color #422CAC: hue angle of 250.31º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422CAC is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 44 | 172 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.33 |
| HSL | 250.31º | 0.59% | 0.42% | - |
| HSV(B) | 250.31º | 0.74% | 0.67% | - |
| XYZ | 10.59 | 5.94 | 39.62 | - |
| YUV | 65.17 | 188.29 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 172 | 0.62 | 0.74 | 0 | 0.33 | 250.31 | 0.59 | 0.42 |
| Hex | 42 | 2C | AC | 3E | 4A | 0 | 21 | FA | 3B | 2A |
| Octal | 102 | 54 | 254 | 76 | 112 | 0 | 41 | 372 | 73 | 52 |
| Binary | 1000010 | 101100 | 10101100 | 111110 | 1001010 | 0 | 100001 | 11111010 | 111011 | 101010 |
Color Harmonies of #422CAC
Complementary color
Monochromatic Colors of #422CAC
Black with #422CAC
Text Example
Text Example
White with #422CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422CAC; }
p { color: rgb(66,44,172); }
H1.HeaderClassName
{
color: #422CAC;
}
.AnyTagClassName
{
color: #422CAC;
}
</style>
background-color css
<style>
a { background-color: #422CAC; }
a { background-color: rgb(66,44,172); }
div.DivClassName
{
background-color: #422CAC;
}
.BgClassName
{
background-color: #422CAC;
}
</style>
border-color css
<style>
span { border-color: #422CAC; }
span { border-color: rgb(66,44,172); }
td.TdClassName
{
border-color: #422CAC;
}
.TagClassName
{
border-color: #422CAC;
}
</style>