Shades of Blue Gem #3E2299
Tints of Blue Gem #3E2299
RGB
CMYK
RGB Variations
Color information
#3E2299 (or 0x3E2299) is known color: Blue Gem. HEX triplet: 3E, 22 and 99. RGB value is (62,34,153). Sum of RGB (Red+Green+Blue) = 62+34+153=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E2299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2299 is #C1DD66. Grayscale: #373737. Windows color (decimal): -12705127 or 10035774. OLE color: 10035774.
HSL color Cylindrical-coordinate representation of color #3E2299: hue angle of 254.12º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E2299 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 62 | 34 | 153 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.4 |
| HSL | 254.12º | 0.64% | 0.37% | - |
| HSV(B) | 254.12º | 0.78% | 0.6% | - |
| XYZ | 8.31 | 4.47 | 30.56 | - |
| YUV | 55.94 | 182.78 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 153 | 0.59 | 0.78 | 0 | 0.4 | 254.12 | 0.64 | 0.37 |
| Hex | 3E | 22 | 99 | 3B | 4E | 0 | 28 | FE | 40 | 25 |
| Octal | 76 | 42 | 231 | 73 | 116 | 0 | 50 | 376 | 100 | 45 |
| Binary | 111110 | 100010 | 10011001 | 111011 | 1001110 | 0 | 101000 | 11111110 | 1000000 | 100101 |
Color Harmonies of #3E2299
Complementary color
Monochromatic Colors of #3E2299
Black with #3E2299
Text Example
Text Example
White with #3E2299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2299; }
p { color: rgb(62,34,153); }
H1.HeaderClassName
{
color: #3E2299;
}
.AnyTagClassName
{
color: #3E2299;
}
</style>
background-color css
<style>
a { background-color: #3E2299; }
a { background-color: rgb(62,34,153); }
div.DivClassName
{
background-color: #3E2299;
}
.BgClassName
{
background-color: #3E2299;
}
</style>
border-color css
<style>
span { border-color: #3E2299; }
span { border-color: rgb(62,34,153); }
td.TdClassName
{
border-color: #3E2299;
}
.TagClassName
{
border-color: #3E2299;
}
</style>