Shades of Blue Gem #3E36A1
Tints of Blue Gem #3E36A1
RGB
CMYK
RGB Variations
Color information
#3E36A1 (or 0x3E36A1) is known color: Blue Gem. HEX triplet: 3E, 36 and A1. RGB value is (62,54,161). Sum of RGB (Red+Green+Blue) = 62+54+161=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 161 (63.28% from 255 or 58.12% from 277); Max value from RGB is 161 - color contains mainly: blue. Hex color #3E36A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E36A1 is #C1C95E. Grayscale: #444444. Windows color (decimal): -12699999 or 10565182. OLE color: 10565182.
HSL color Cylindrical-coordinate representation of color #3E36A1: hue angle of 244.49º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E36A1 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 54 | 161 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.37 |
| HSL | 244.49º | 0.5% | 0.42% | - |
| HSV(B) | 244.49º | 0.66% | 0.63% | - |
| XYZ | 9.74 | 6.24 | 34.41 | - |
| YUV | 68.59 | 180.15 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 161 | 0.61 | 0.66 | 0 | 0.37 | 244.49 | 0.5 | 0.42 |
| Hex | 3E | 36 | A1 | 3D | 42 | 0 | 25 | F4 | 32 | 2A |
| Octal | 76 | 66 | 241 | 75 | 102 | 0 | 45 | 364 | 62 | 52 |
| Binary | 111110 | 110110 | 10100001 | 111101 | 1000010 | 0 | 100101 | 11110100 | 110010 | 101010 |
Color Harmonies of #3E36A1
Complementary color
Monochromatic Colors of #3E36A1
Black with #3E36A1
Text Example
Text Example
White with #3E36A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E36A1; }
p { color: rgb(62,54,161); }
H1.HeaderClassName
{
color: #3E36A1;
}
.AnyTagClassName
{
color: #3E36A1;
}
</style>
background-color css
<style>
a { background-color: #3E36A1; }
a { background-color: rgb(62,54,161); }
div.DivClassName
{
background-color: #3E36A1;
}
.BgClassName
{
background-color: #3E36A1;
}
</style>
border-color css
<style>
span { border-color: #3E36A1; }
span { border-color: rgb(62,54,161); }
td.TdClassName
{
border-color: #3E36A1;
}
.TagClassName
{
border-color: #3E36A1;
}
</style>