Shades of Blue Gem #3B22AE
Tints of Blue Gem #3B22AE
RGB
CMYK
RGB Variations
Color information
#3B22AE (or 0x3B22AE) is known color: Blue Gem. HEX triplet: 3B, 22 and AE. RGB value is (59,34,174). Sum of RGB (Red+Green+Blue) = 59+34+174=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B22AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B22AE is #C4DD51. Grayscale: #383838. Windows color (decimal): -12901714 or 11412027. OLE color: 11412027.
HSL color Cylindrical-coordinate representation of color #3B22AE: hue angle of 250.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B22AE is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 34 | 174 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.32 |
| HSL | 250.71º | 0.67% | 0.41% | - |
| HSV(B) | 250.71º | 0.8% | 0.68% | - |
| XYZ | 10.02 | 5.13 | 40.51 | - |
| YUV | 57.44 | 193.78 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 174 | 0.66 | 0.80 | 0 | 0.32 | 250.71 | 0.67 | 0.41 |
| Hex | 3B | 22 | AE | 42 | 50 | 0 | 20 | FB | 43 | 29 |
| Octal | 73 | 42 | 256 | 102 | 120 | 0 | 40 | 373 | 103 | 51 |
| Binary | 111011 | 100010 | 10101110 | 1000010 | 1010000 | 0 | 100000 | 11111011 | 1000011 | 101001 |
Color Harmonies of #3B22AE
Complementary color
Monochromatic Colors of #3B22AE
Black with #3B22AE
Text Example
Text Example
White with #3B22AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B22AE; }
p { color: rgb(59,34,174); }
H1.HeaderClassName
{
color: #3B22AE;
}
.AnyTagClassName
{
color: #3B22AE;
}
</style>
background-color css
<style>
a { background-color: #3B22AE; }
a { background-color: rgb(59,34,174); }
div.DivClassName
{
background-color: #3B22AE;
}
.BgClassName
{
background-color: #3B22AE;
}
</style>
border-color css
<style>
span { border-color: #3B22AE; }
span { border-color: rgb(59,34,174); }
td.TdClassName
{
border-color: #3B22AE;
}
.TagClassName
{
border-color: #3B22AE;
}
</style>