Shades of Blue Gem #3E2BAF
Tints of Blue Gem #3E2BAF
RGB
CMYK
RGB Variations
Color information
#3E2BAF (or 0x3E2BAF) is known color: Blue Gem. HEX triplet: 3E, 2B and AF. RGB value is (62,43,175). Sum of RGB (Red+Green+Blue) = 62+43+175=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E2BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2BAF is #C1D450. Grayscale: #3F3F3F. Windows color (decimal): -12702801 or 11479870. OLE color: 11479870.
HSL color Cylindrical-coordinate representation of color #3E2BAF: hue angle of 248.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E2BAF is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 43 | 175 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.31 |
| HSL | 248.64º | 0.61% | 0.43% | - |
| HSV(B) | 248.64º | 0.75% | 0.69% | - |
| XYZ | 10.59 | 5.85 | 41.13 | - |
| YUV | 63.73 | 190.79 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 175 | 0.65 | 0.75 | 0 | 0.31 | 248.64 | 0.61 | 0.43 |
| Hex | 3E | 2B | AF | 41 | 4B | 0 | 1F | F9 | 3D | 2B |
| Octal | 76 | 53 | 257 | 101 | 113 | 0 | 37 | 371 | 75 | 53 |
| Binary | 111110 | 101011 | 10101111 | 1000001 | 1001011 | 0 | 11111 | 11111001 | 111101 | 101011 |
Color Harmonies of #3E2BAF
Complementary color
Monochromatic Colors of #3E2BAF
Black with #3E2BAF
Text Example
Text Example
White with #3E2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2BAF; }
p { color: rgb(62,43,175); }
H1.HeaderClassName
{
color: #3E2BAF;
}
.AnyTagClassName
{
color: #3E2BAF;
}
</style>
background-color css
<style>
a { background-color: #3E2BAF; }
a { background-color: rgb(62,43,175); }
div.DivClassName
{
background-color: #3E2BAF;
}
.BgClassName
{
background-color: #3E2BAF;
}
</style>
border-color css
<style>
span { border-color: #3E2BAF; }
span { border-color: rgb(62,43,175); }
td.TdClassName
{
border-color: #3E2BAF;
}
.TagClassName
{
border-color: #3E2BAF;
}
</style>