Shades of Blue Gem #3E30B4
Tints of Blue Gem #3E30B4
RGB
CMYK
RGB Variations
Color information
#3E30B4 (or 0x3E30B4) is known color: Blue Gem. HEX triplet: 3E, 30 and B4. RGB value is (62,48,180). Sum of RGB (Red+Green+Blue) = 62+48+180=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 180 (70.70% from 255 or 62.07% from 290); Max value from RGB is 180 - color contains mainly: blue. Hex color #3E30B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E30B4 is #C1CF4B. Grayscale: #424242. Windows color (decimal): -12701516 or 11808830. OLE color: 11808830.
HSL color Cylindrical-coordinate representation of color #3E30B4: hue angle of 246.36º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E30B4 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 48 | 180 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.29 |
| HSL | 246.36º | 0.58% | 0.45% | - |
| HSV(B) | 246.36º | 0.73% | 0.71% | - |
| XYZ | 11.28 | 6.43 | 43.83 | - |
| YUV | 67.23 | 191.64 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 180 | 0.66 | 0.73 | 0 | 0.29 | 246.36 | 0.58 | 0.45 |
| Hex | 3E | 30 | B4 | 42 | 49 | 0 | 1D | F6 | 3A | 2D |
| Octal | 76 | 60 | 264 | 102 | 111 | 0 | 35 | 366 | 72 | 55 |
| Binary | 111110 | 110000 | 10110100 | 1000010 | 1001001 | 0 | 11101 | 11110110 | 111010 | 101101 |
Color Harmonies of #3E30B4
Complementary color
Monochromatic Colors of #3E30B4
Black with #3E30B4
Text Example
Text Example
White with #3E30B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E30B4; }
p { color: rgb(62,48,180); }
H1.HeaderClassName
{
color: #3E30B4;
}
.AnyTagClassName
{
color: #3E30B4;
}
</style>
background-color css
<style>
a { background-color: #3E30B4; }
a { background-color: rgb(62,48,180); }
div.DivClassName
{
background-color: #3E30B4;
}
.BgClassName
{
background-color: #3E30B4;
}
</style>
border-color css
<style>
span { border-color: #3E30B4; }
span { border-color: rgb(62,48,180); }
td.TdClassName
{
border-color: #3E30B4;
}
.TagClassName
{
border-color: #3E30B4;
}
</style>