Shades of Blue Gem #3E22AF
Tints of Blue Gem #3E22AF
RGB
CMYK
RGB Variations
Color information
#3E22AF (or 0x3E22AF) is known color: Blue Gem. HEX triplet: 3E, 22 and AF. RGB value is (62,34,175). Sum of RGB (Red+Green+Blue) = 62+34+175=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E22AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E22AF is #C1DD50. Grayscale: #393939. Windows color (decimal): -12705105 or 11477566. OLE color: 11477566.
HSL color Cylindrical-coordinate representation of color #3E22AF: hue angle of 251.91º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E22AF is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 34 | 175 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.31 |
| HSL | 251.91º | 0.67% | 0.41% | - |
| HSV(B) | 251.91º | 0.81% | 0.69% | - |
| XYZ | 10.3 | 5.26 | 41.03 | - |
| YUV | 58.45 | 193.78 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 175 | 0.65 | 0.81 | 0 | 0.31 | 251.91 | 0.67 | 0.41 |
| Hex | 3E | 22 | AF | 41 | 51 | 0 | 1F | FC | 43 | 29 |
| Octal | 76 | 42 | 257 | 101 | 121 | 0 | 37 | 374 | 103 | 51 |
| Binary | 111110 | 100010 | 10101111 | 1000001 | 1010001 | 0 | 11111 | 11111100 | 1000011 | 101001 |
Color Harmonies of #3E22AF
Complementary color
Monochromatic Colors of #3E22AF
Black with #3E22AF
Text Example
Text Example
White with #3E22AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E22AF; }
p { color: rgb(62,34,175); }
H1.HeaderClassName
{
color: #3E22AF;
}
.AnyTagClassName
{
color: #3E22AF;
}
</style>
background-color css
<style>
a { background-color: #3E22AF; }
a { background-color: rgb(62,34,175); }
div.DivClassName
{
background-color: #3E22AF;
}
.BgClassName
{
background-color: #3E22AF;
}
</style>
border-color css
<style>
span { border-color: #3E22AF; }
span { border-color: rgb(62,34,175); }
td.TdClassName
{
border-color: #3E22AF;
}
.TagClassName
{
border-color: #3E22AF;
}
</style>