Shades of Blue Gem #422BA8
Tints of Blue Gem #422BA8
RGB
CMYK
RGB Variations
Color information
#422BA8 (or 0x422BA8) is known color: Blue Gem. HEX triplet: 42, 2B and A8. RGB value is (66,43,168). Sum of RGB (Red+Green+Blue) = 66+43+168=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 168 (66.02% from 255 or 60.65% from 277); Max value from RGB is 168 - color contains mainly: blue. Hex color #422BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422BA8 is #BDD457. Grayscale: #3F3F3F. Windows color (decimal): -12440664 or 11021122. OLE color: 11021122.
HSL color Cylindrical-coordinate representation of color #422BA8: hue angle of 251.04º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422BA8 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 43 | 168 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.34 |
| HSL | 251.04º | 0.59% | 0.41% | - |
| HSV(B) | 251.04º | 0.74% | 0.66% | - |
| XYZ | 10.18 | 5.71 | 37.61 | - |
| YUV | 64.13 | 186.62 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 168 | 0.61 | 0.74 | 0 | 0.34 | 251.04 | 0.59 | 0.41 |
| Hex | 42 | 2B | A8 | 3D | 4A | 0 | 22 | FB | 3B | 29 |
| Octal | 102 | 53 | 250 | 75 | 112 | 0 | 42 | 373 | 73 | 51 |
| Binary | 1000010 | 101011 | 10101000 | 111101 | 1001010 | 0 | 100010 | 11111011 | 111011 | 101001 |
Color Harmonies of #422BA8
Complementary color
Monochromatic Colors of #422BA8
Black with #422BA8
Text Example
Text Example
White with #422BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422BA8; }
p { color: rgb(66,43,168); }
H1.HeaderClassName
{
color: #422BA8;
}
.AnyTagClassName
{
color: #422BA8;
}
</style>
background-color css
<style>
a { background-color: #422BA8; }
a { background-color: rgb(66,43,168); }
div.DivClassName
{
background-color: #422BA8;
}
.BgClassName
{
background-color: #422BA8;
}
</style>
border-color css
<style>
span { border-color: #422BA8; }
span { border-color: rgb(66,43,168); }
td.TdClassName
{
border-color: #422BA8;
}
.TagClassName
{
border-color: #422BA8;
}
</style>