Shades of Blue Gem #3E28B1
Tints of Blue Gem #3E28B1
RGB
CMYK
RGB Variations
Color information
#3E28B1 (or 0x3E28B1) is known color: Blue Gem. HEX triplet: 3E, 28 and B1. RGB value is (62,40,177). Sum of RGB (Red+Green+Blue) = 62+40+177=279 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.22% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 177 (69.53% from 255 or 63.44% from 279); Max value from RGB is 177 - color contains mainly: blue. Hex color #3E28B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E28B1 is #C1D74E. Grayscale: #3D3D3D. Windows color (decimal): -12703567 or 11610174. OLE color: 11610174.
HSL color Cylindrical-coordinate representation of color #3E28B1: hue angle of 249.64º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E28B1 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 40 | 177 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.31 |
| HSL | 249.64º | 0.63% | 0.43% | - |
| HSV(B) | 249.64º | 0.77% | 0.69% | - |
| XYZ | 10.68 | 5.72 | 42.14 | - |
| YUV | 62.2 | 192.79 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 177 | 0.65 | 0.77 | 0 | 0.31 | 249.64 | 0.63 | 0.43 |
| Hex | 3E | 28 | B1 | 41 | 4D | 0 | 1F | FA | 3F | 2B |
| Octal | 76 | 50 | 261 | 101 | 115 | 0 | 37 | 372 | 77 | 53 |
| Binary | 111110 | 101000 | 10110001 | 1000001 | 1001101 | 0 | 11111 | 11111010 | 111111 | 101011 |
Color Harmonies of #3E28B1
Complementary color
Monochromatic Colors of #3E28B1
Black with #3E28B1
Text Example
Text Example
White with #3E28B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E28B1; }
p { color: rgb(62,40,177); }
H1.HeaderClassName
{
color: #3E28B1;
}
.AnyTagClassName
{
color: #3E28B1;
}
</style>
background-color css
<style>
a { background-color: #3E28B1; }
a { background-color: rgb(62,40,177); }
div.DivClassName
{
background-color: #3E28B1;
}
.BgClassName
{
background-color: #3E28B1;
}
</style>
border-color css
<style>
span { border-color: #3E28B1; }
span { border-color: rgb(62,40,177); }
td.TdClassName
{
border-color: #3E28B1;
}
.TagClassName
{
border-color: #3E28B1;
}
</style>