Shades of Blue Gem #3E3CAB
Tints of Blue Gem #3E3CAB
RGB
CMYK
RGB Variations
Color information
#3E3CAB (or 0x3E3CAB) is known color: Blue Gem. HEX triplet: 3E, 3C and AB. RGB value is (62,60,171). Sum of RGB (Red+Green+Blue) = 62+60+171=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E3CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3CAB is #C1C354. Grayscale: #484848. Windows color (decimal): -12698453 or 11222078. OLE color: 11222078.
HSL color Cylindrical-coordinate representation of color #3E3CAB: hue angle of 241.08º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E3CAB is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 60 | 171 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.33 |
| HSL | 241.08º | 0.48% | 0.45% | - |
| HSV(B) | 241.08º | 0.65% | 0.67% | - |
| XYZ | 10.95 | 7.2 | 39.34 | - |
| YUV | 73.25 | 183.16 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 171 | 0.64 | 0.65 | 0 | 0.33 | 241.08 | 0.48 | 0.45 |
| Hex | 3E | 3C | AB | 40 | 41 | 0 | 21 | F1 | 30 | 2D |
| Octal | 76 | 74 | 253 | 100 | 101 | 0 | 41 | 361 | 60 | 55 |
| Binary | 111110 | 111100 | 10101011 | 1000000 | 1000001 | 0 | 100001 | 11110001 | 110000 | 101101 |
Color Harmonies of #3E3CAB
Complementary color
Monochromatic Colors of #3E3CAB
Black with #3E3CAB
Text Example
Text Example
White with #3E3CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3CAB; }
p { color: rgb(62,60,171); }
H1.HeaderClassName
{
color: #3E3CAB;
}
.AnyTagClassName
{
color: #3E3CAB;
}
</style>
background-color css
<style>
a { background-color: #3E3CAB; }
a { background-color: rgb(62,60,171); }
div.DivClassName
{
background-color: #3E3CAB;
}
.BgClassName
{
background-color: #3E3CAB;
}
</style>
border-color css
<style>
span { border-color: #3E3CAB; }
span { border-color: rgb(62,60,171); }
td.TdClassName
{
border-color: #3E3CAB;
}
.TagClassName
{
border-color: #3E3CAB;
}
</style>