Shades of Blue Gem #3B1EA6
Tints of Blue Gem #3B1EA6
RGB
CMYK
RGB Variations
Color information
#3B1EA6 (or 0x3B1EA6) is known color: Blue Gem. HEX triplet: 3B, 1E and A6. RGB value is (59,30,166). Sum of RGB (Red+Green+Blue) = 59+30+166=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 166 (65.23% from 255 or 65.10% from 255); Max value from RGB is 166 - color contains mainly: blue. Hex color #3B1EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1EA6 is #C4E159. Grayscale: #353535. Windows color (decimal): -12902746 or 10886715. OLE color: 10886715.
HSL color Cylindrical-coordinate representation of color #3B1EA6: hue angle of 252.79º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B1EA6 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 30 | 166 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.35 |
| HSL | 252.79º | 0.69% | 0.38% | - |
| HSV(B) | 252.79º | 0.82% | 0.65% | - |
| XYZ | 9.15 | 4.61 | 36.48 | - |
| YUV | 54.18 | 191.11 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 30 | 166 | 0.64 | 0.82 | 0 | 0.35 | 252.79 | 0.69 | 0.38 |
| Hex | 3B | 1E | A6 | 40 | 52 | 0 | 23 | FD | 45 | 26 |
| Octal | 73 | 36 | 246 | 100 | 122 | 0 | 43 | 375 | 105 | 46 |
| Binary | 111011 | 11110 | 10100110 | 1000000 | 1010010 | 0 | 100011 | 11111101 | 1000101 | 100110 |
Color Harmonies of #3B1EA6
Complementary color
Monochromatic Colors of #3B1EA6
Black with #3B1EA6
Text Example
Text Example
White with #3B1EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1EA6; }
p { color: rgb(59,30,166); }
H1.HeaderClassName
{
color: #3B1EA6;
}
.AnyTagClassName
{
color: #3B1EA6;
}
</style>
background-color css
<style>
a { background-color: #3B1EA6; }
a { background-color: rgb(59,30,166); }
div.DivClassName
{
background-color: #3B1EA6;
}
.BgClassName
{
background-color: #3B1EA6;
}
</style>
border-color css
<style>
span { border-color: #3B1EA6; }
span { border-color: rgb(59,30,166); }
td.TdClassName
{
border-color: #3B1EA6;
}
.TagClassName
{
border-color: #3B1EA6;
}
</style>