Shades of Blue Gem #422AAE
Tints of Blue Gem #422AAE
RGB
CMYK
RGB Variations
Color information
#422AAE (or 0x422AAE) is known color: Blue Gem. HEX triplet: 42, 2A and AE. RGB value is (66,42,174). Sum of RGB (Red+Green+Blue) = 66+42+174=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #422AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422AAE is #BDD551. Grayscale: #3F3F3F. Windows color (decimal): -12440914 or 11414082. OLE color: 11414082.
HSL color Cylindrical-coordinate representation of color #422AAE: hue angle of 250.91º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422AAE is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 42 | 174 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.32 |
| HSL | 250.91º | 0.61% | 0.42% | - |
| HSV(B) | 250.91º | 0.76% | 0.68% | - |
| XYZ | 10.71 | 5.87 | 40.61 | - |
| YUV | 64.22 | 189.95 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 174 | 0.62 | 0.76 | 0 | 0.32 | 250.91 | 0.61 | 0.42 |
| Hex | 42 | 2A | AE | 3E | 4C | 0 | 20 | FB | 3D | 2A |
| Octal | 102 | 52 | 256 | 76 | 114 | 0 | 40 | 373 | 75 | 52 |
| Binary | 1000010 | 101010 | 10101110 | 111110 | 1001100 | 0 | 100000 | 11111011 | 111101 | 101010 |
Color Harmonies of #422AAE
Complementary color
Monochromatic Colors of #422AAE
Black with #422AAE
Text Example
Text Example
White with #422AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422AAE; }
p { color: rgb(66,42,174); }
H1.HeaderClassName
{
color: #422AAE;
}
.AnyTagClassName
{
color: #422AAE;
}
</style>
background-color css
<style>
a { background-color: #422AAE; }
a { background-color: rgb(66,42,174); }
div.DivClassName
{
background-color: #422AAE;
}
.BgClassName
{
background-color: #422AAE;
}
</style>
border-color css
<style>
span { border-color: #422AAE; }
span { border-color: rgb(66,42,174); }
td.TdClassName
{
border-color: #422AAE;
}
.TagClassName
{
border-color: #422AAE;
}
</style>