Shades of Blue Gem #3E25AB
Tints of Blue Gem #3E25AB
RGB
CMYK
RGB Variations
Color information
#3E25AB (or 0x3E25AB) is known color: Blue Gem. HEX triplet: 3E, 25 and AB. RGB value is (62,37,171). Sum of RGB (Red+Green+Blue) = 62+37+171=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E25AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E25AB is #C1DA54. Grayscale: #3B3B3B. Windows color (decimal): -12704341 or 11216190. OLE color: 11216190.
HSL color Cylindrical-coordinate representation of color #3E25AB: hue angle of 251.19º 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 #3E25AB is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 37 | 171 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.33 |
| HSL | 251.19º | 0.64% | 0.41% | - |
| HSV(B) | 251.19º | 0.78% | 0.67% | - |
| XYZ | 10 | 5.29 | 39.02 | - |
| YUV | 59.75 | 190.78 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 171 | 0.64 | 0.78 | 0 | 0.33 | 251.19 | 0.64 | 0.41 |
| Hex | 3E | 25 | AB | 40 | 4E | 0 | 21 | FB | 40 | 29 |
| Octal | 76 | 45 | 253 | 100 | 116 | 0 | 41 | 373 | 100 | 51 |
| Binary | 111110 | 100101 | 10101011 | 1000000 | 1001110 | 0 | 100001 | 11111011 | 1000000 | 101001 |
Color Harmonies of #3E25AB
Complementary color
Monochromatic Colors of #3E25AB
Black with #3E25AB
Text Example
Text Example
White with #3E25AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E25AB; }
p { color: rgb(62,37,171); }
H1.HeaderClassName
{
color: #3E25AB;
}
.AnyTagClassName
{
color: #3E25AB;
}
</style>
background-color css
<style>
a { background-color: #3E25AB; }
a { background-color: rgb(62,37,171); }
div.DivClassName
{
background-color: #3E25AB;
}
.BgClassName
{
background-color: #3E25AB;
}
</style>
border-color css
<style>
span { border-color: #3E25AB; }
span { border-color: rgb(62,37,171); }
td.TdClassName
{
border-color: #3E25AB;
}
.TagClassName
{
border-color: #3E25AB;
}
</style>