Shades of Blue Gem #3E26AB
Tints of Blue Gem #3E26AB
RGB
CMYK
RGB Variations
Color information
#3E26AB (or 0x3E26AB) is known color: Blue Gem. HEX triplet: 3E, 26 and AB. RGB value is (62,38,171). Sum of RGB (Red+Green+Blue) = 62+38+171=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E26AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E26AB is #C1D954. Grayscale: #3B3B3B. Windows color (decimal): -12704085 or 11216446. OLE color: 11216446.
HSL color Cylindrical-coordinate representation of color #3E26AB: hue angle of 250.83º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E26AB is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 38 | 171 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.33 |
| HSL | 250.83º | 0.64% | 0.41% | - |
| HSV(B) | 250.83º | 0.78% | 0.67% | - |
| XYZ | 10.03 | 5.35 | 39.03 | - |
| YUV | 60.34 | 190.45 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 171 | 0.64 | 0.78 | 0 | 0.33 | 250.83 | 0.64 | 0.41 |
| Hex | 3E | 26 | AB | 40 | 4E | 0 | 21 | FB | 40 | 29 |
| Octal | 76 | 46 | 253 | 100 | 116 | 0 | 41 | 373 | 100 | 51 |
| Binary | 111110 | 100110 | 10101011 | 1000000 | 1001110 | 0 | 100001 | 11111011 | 1000000 | 101001 |
Color Harmonies of #3E26AB
Complementary color
Monochromatic Colors of #3E26AB
Black with #3E26AB
Text Example
Text Example
White with #3E26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E26AB; }
p { color: rgb(62,38,171); }
H1.HeaderClassName
{
color: #3E26AB;
}
.AnyTagClassName
{
color: #3E26AB;
}
</style>
background-color css
<style>
a { background-color: #3E26AB; }
a { background-color: rgb(62,38,171); }
div.DivClassName
{
background-color: #3E26AB;
}
.BgClassName
{
background-color: #3E26AB;
}
</style>
border-color css
<style>
span { border-color: #3E26AB; }
span { border-color: rgb(62,38,171); }
td.TdClassName
{
border-color: #3E26AB;
}
.TagClassName
{
border-color: #3E26AB;
}
</style>