Shades of Blue Gem #3B1EA4
Tints of Blue Gem #3B1EA4
RGB
CMYK
RGB Variations
Color information
#3B1EA4 (or 0x3B1EA4) is known color: Blue Gem. HEX triplet: 3B, 1E and A4. RGB value is (59,30,164). Sum of RGB (Red+Green+Blue) = 59+30+164=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 164 (64.45% from 255 or 64.82% from 253); Max value from RGB is 164 - color contains mainly: blue. Hex color #3B1EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1EA4 is #C4E15B. Grayscale: #353535. Windows color (decimal): -12902748 or 10755643. OLE color: 10755643.
HSL color Cylindrical-coordinate representation of color #3B1EA4: hue angle of 252.99º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B1EA4 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 30 | 164 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.36 |
| HSL | 252.99º | 0.69% | 0.38% | - |
| HSV(B) | 252.99º | 0.82% | 0.64% | - |
| XYZ | 8.97 | 4.54 | 35.53 | - |
| YUV | 53.95 | 190.11 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 30 | 164 | 0.64 | 0.82 | 0 | 0.36 | 252.99 | 0.69 | 0.38 |
| Hex | 3B | 1E | A4 | 40 | 52 | 0 | 24 | FD | 45 | 26 |
| Octal | 73 | 36 | 244 | 100 | 122 | 0 | 44 | 375 | 105 | 46 |
| Binary | 111011 | 11110 | 10100100 | 1000000 | 1010010 | 0 | 100100 | 11111101 | 1000101 | 100110 |
Color Harmonies of #3B1EA4
Complementary color
Monochromatic Colors of #3B1EA4
Black with #3B1EA4
Text Example
Text Example
White with #3B1EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1EA4; }
p { color: rgb(59,30,164); }
H1.HeaderClassName
{
color: #3B1EA4;
}
.AnyTagClassName
{
color: #3B1EA4;
}
</style>
background-color css
<style>
a { background-color: #3B1EA4; }
a { background-color: rgb(59,30,164); }
div.DivClassName
{
background-color: #3B1EA4;
}
.BgClassName
{
background-color: #3B1EA4;
}
</style>
border-color css
<style>
span { border-color: #3B1EA4; }
span { border-color: rgb(59,30,164); }
td.TdClassName
{
border-color: #3B1EA4;
}
.TagClassName
{
border-color: #3B1EA4;
}
</style>