Shades of Blue Gem #3E22B1
Tints of Blue Gem #3E22B1
RGB
CMYK
RGB Variations
Color information
#3E22B1 (or 0x3E22B1) is known color: Blue Gem. HEX triplet: 3E, 22 and B1. RGB value is (62,34,177). Sum of RGB (Red+Green+Blue) = 62+34+177=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 177 (69.53% from 255 or 64.84% from 273); Max value from RGB is 177 - color contains mainly: blue. Hex color #3E22B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E22B1 is #C1DD4E. Grayscale: #3A3A3A. Windows color (decimal): -12705103 or 11608638. OLE color: 11608638.
HSL color Cylindrical-coordinate representation of color #3E22B1: hue angle of 251.75º degrees, saturation: 0.68, 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 #3E22B1 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 34 | 177 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.31 |
| HSL | 251.75º | 0.68% | 0.41% | - |
| HSV(B) | 251.75º | 0.81% | 0.69% | - |
| XYZ | 10.49 | 5.34 | 42.07 | - |
| YUV | 58.67 | 194.78 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 177 | 0.65 | 0.81 | 0 | 0.31 | 251.75 | 0.68 | 0.41 |
| Hex | 3E | 22 | B1 | 41 | 51 | 0 | 1F | FC | 44 | 29 |
| Octal | 76 | 42 | 261 | 101 | 121 | 0 | 37 | 374 | 104 | 51 |
| Binary | 111110 | 100010 | 10110001 | 1000001 | 1010001 | 0 | 11111 | 11111100 | 1000100 | 101001 |
Color Harmonies of #3E22B1
Complementary color
Monochromatic Colors of #3E22B1
Black with #3E22B1
Text Example
Text Example
White with #3E22B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E22B1; }
p { color: rgb(62,34,177); }
H1.HeaderClassName
{
color: #3E22B1;
}
.AnyTagClassName
{
color: #3E22B1;
}
</style>
background-color css
<style>
a { background-color: #3E22B1; }
a { background-color: rgb(62,34,177); }
div.DivClassName
{
background-color: #3E22B1;
}
.BgClassName
{
background-color: #3E22B1;
}
</style>
border-color css
<style>
span { border-color: #3E22B1; }
span { border-color: rgb(62,34,177); }
td.TdClassName
{
border-color: #3E22B1;
}
.TagClassName
{
border-color: #3E22B1;
}
</style>