Shades of Blue Gem #3E3DAA
Tints of Blue Gem #3E3DAA
RGB
CMYK
RGB Variations
Color information
#3E3DAA (or 0x3E3DAA) is known color: Blue Gem. HEX triplet: 3E, 3D and AA. RGB value is (62,61,170). Sum of RGB (Red+Green+Blue) = 62+61+170=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E3DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3DAA is #C1C255. Grayscale: #494949. Windows color (decimal): -12698198 or 11156798. OLE color: 11156798.
HSL color Cylindrical-coordinate representation of color #3E3DAA: hue angle of 240.55º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E3DAA is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 61 | 170 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.33 |
| HSL | 240.55º | 0.47% | 0.45% | - |
| HSV(B) | 240.55º | 0.64% | 0.67% | - |
| XYZ | 10.91 | 7.26 | 38.86 | - |
| YUV | 73.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 61 | 170 | 0.64 | 0.64 | 0 | 0.33 | 240.55 | 0.47 | 0.45 |
| Hex | 3E | 3D | AA | 40 | 40 | 0 | 21 | F1 | 2F | 2D |
| Octal | 76 | 75 | 252 | 100 | 100 | 0 | 41 | 361 | 57 | 55 |
| Binary | 111110 | 111101 | 10101010 | 1000000 | 1000000 | 0 | 100001 | 11110001 | 101111 | 101101 |
Color Harmonies of #3E3DAA
Complementary color
Monochromatic Colors of #3E3DAA
Black with #3E3DAA
Text Example
Text Example
White with #3E3DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3DAA; }
p { color: rgb(62,61,170); }
H1.HeaderClassName
{
color: #3E3DAA;
}
.AnyTagClassName
{
color: #3E3DAA;
}
</style>
background-color css
<style>
a { background-color: #3E3DAA; }
a { background-color: rgb(62,61,170); }
div.DivClassName
{
background-color: #3E3DAA;
}
.BgClassName
{
background-color: #3E3DAA;
}
</style>
border-color css
<style>
span { border-color: #3E3DAA; }
span { border-color: rgb(62,61,170); }
td.TdClassName
{
border-color: #3E3DAA;
}
.TagClassName
{
border-color: #3E3DAA;
}
</style>