Shades of Blue Gem #422BAE
Tints of Blue Gem #422BAE
RGB
CMYK
RGB Variations
Color information
#422BAE (or 0x422BAE) is known color: Blue Gem. HEX triplet: 42, 2B and AE. RGB value is (66,43,174). Sum of RGB (Red+Green+Blue) = 66+43+174=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #422BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422BAE is #BDD451. Grayscale: #404040. Windows color (decimal): -12440658 or 11414338. OLE color: 11414338.
HSL color Cylindrical-coordinate representation of color #422BAE: hue angle of 250.53º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422BAE is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 43 | 174 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.32 |
| HSL | 250.53º | 0.6% | 0.43% | - |
| HSV(B) | 250.53º | 0.75% | 0.68% | - |
| XYZ | 10.75 | 5.94 | 40.62 | - |
| YUV | 64.81 | 189.62 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 174 | 0.62 | 0.75 | 0 | 0.32 | 250.53 | 0.6 | 0.43 |
| Hex | 42 | 2B | AE | 3E | 4B | 0 | 20 | FB | 3C | 2B |
| Octal | 102 | 53 | 256 | 76 | 113 | 0 | 40 | 373 | 74 | 53 |
| Binary | 1000010 | 101011 | 10101110 | 111110 | 1001011 | 0 | 100000 | 11111011 | 111100 | 101011 |
Color Harmonies of #422BAE
Complementary color
Monochromatic Colors of #422BAE
Black with #422BAE
Text Example
Text Example
White with #422BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422BAE; }
p { color: rgb(66,43,174); }
H1.HeaderClassName
{
color: #422BAE;
}
.AnyTagClassName
{
color: #422BAE;
}
</style>
background-color css
<style>
a { background-color: #422BAE; }
a { background-color: rgb(66,43,174); }
div.DivClassName
{
background-color: #422BAE;
}
.BgClassName
{
background-color: #422BAE;
}
</style>
border-color css
<style>
span { border-color: #422BAE; }
span { border-color: rgb(66,43,174); }
td.TdClassName
{
border-color: #422BAE;
}
.TagClassName
{
border-color: #422BAE;
}
</style>