Shades of Blue Gem #422CAD
Tints of Blue Gem #422CAD
RGB
CMYK
RGB Variations
Color information
#422CAD (or 0x422CAD) is known color: Blue Gem. HEX triplet: 42, 2C and AD. RGB value is (66,44,173). Sum of RGB (Red+Green+Blue) = 66+44+173=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #422CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422CAD is #BDD352. Grayscale: #404040. Windows color (decimal): -12440403 or 11349058. OLE color: 11349058.
HSL color Cylindrical-coordinate representation of color #422CAD: hue angle of 250.23º degrees, saturation: 0.59, 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 #422CAD is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 44 | 173 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.32 |
| HSL | 250.23º | 0.59% | 0.43% | - |
| HSV(B) | 250.23º | 0.75% | 0.68% | - |
| XYZ | 10.69 | 5.98 | 40.13 | - |
| YUV | 65.28 | 188.79 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 173 | 0.62 | 0.75 | 0 | 0.32 | 250.23 | 0.59 | 0.43 |
| Hex | 42 | 2C | AD | 3E | 4B | 0 | 20 | FA | 3B | 2B |
| Octal | 102 | 54 | 255 | 76 | 113 | 0 | 40 | 372 | 73 | 53 |
| Binary | 1000010 | 101100 | 10101101 | 111110 | 1001011 | 0 | 100000 | 11111010 | 111011 | 101011 |
Color Harmonies of #422CAD
Complementary color
Monochromatic Colors of #422CAD
Black with #422CAD
Text Example
Text Example
White with #422CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422CAD; }
p { color: rgb(66,44,173); }
H1.HeaderClassName
{
color: #422CAD;
}
.AnyTagClassName
{
color: #422CAD;
}
</style>
background-color css
<style>
a { background-color: #422CAD; }
a { background-color: rgb(66,44,173); }
div.DivClassName
{
background-color: #422CAD;
}
.BgClassName
{
background-color: #422CAD;
}
</style>
border-color css
<style>
span { border-color: #422CAD; }
span { border-color: rgb(66,44,173); }
td.TdClassName
{
border-color: #422CAD;
}
.TagClassName
{
border-color: #422CAD;
}
</style>