Shades of Blue Gem #3E20B0
Tints of Blue Gem #3E20B0
RGB
CMYK
RGB Variations
Color information
#3E20B0 (or 0x3E20B0) is known color: Blue Gem. HEX triplet: 3E, 20 and B0. RGB value is (62,32,176). Sum of RGB (Red+Green+Blue) = 62+32+176=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 176 (69.14% from 255 or 65.19% from 270); Max value from RGB is 176 - color contains mainly: blue. Hex color #3E20B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E20B0 is #C1DF4F. Grayscale: #383838. Windows color (decimal): -12705616 or 11542590. OLE color: 11542590.
HSL color Cylindrical-coordinate representation of color #3E20B0: hue angle of 252.5º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E20B0 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 32 | 176 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.31 |
| HSL | 252.5º | 0.69% | 0.41% | - |
| HSV(B) | 252.5º | 0.82% | 0.69% | - |
| XYZ | 10.34 | 5.19 | 41.53 | - |
| YUV | 57.39 | 194.94 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 176 | 0.65 | 0.82 | 0 | 0.31 | 252.5 | 0.69 | 0.41 |
| Hex | 3E | 20 | B0 | 41 | 52 | 0 | 1F | FD | 45 | 29 |
| Octal | 76 | 40 | 260 | 101 | 122 | 0 | 37 | 375 | 105 | 51 |
| Binary | 111110 | 100000 | 10110000 | 1000001 | 1010010 | 0 | 11111 | 11111101 | 1000101 | 101001 |
Color Harmonies of #3E20B0
Complementary color
Monochromatic Colors of #3E20B0
Black with #3E20B0
Text Example
Text Example
White with #3E20B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E20B0; }
p { color: rgb(62,32,176); }
H1.HeaderClassName
{
color: #3E20B0;
}
.AnyTagClassName
{
color: #3E20B0;
}
</style>
background-color css
<style>
a { background-color: #3E20B0; }
a { background-color: rgb(62,32,176); }
div.DivClassName
{
background-color: #3E20B0;
}
.BgClassName
{
background-color: #3E20B0;
}
</style>
border-color css
<style>
span { border-color: #3E20B0; }
span { border-color: rgb(62,32,176); }
td.TdClassName
{
border-color: #3E20B0;
}
.TagClassName
{
border-color: #3E20B0;
}
</style>