Shades of Blue Gem #3B2393
Tints of Blue Gem #3B2393
RGB
CMYK
RGB Variations
Color information
#3B2393 (or 0x3B2393) is known color: Blue Gem. HEX triplet: 3B, 23 and 93. RGB value is (59,35,147). Sum of RGB (Red+Green+Blue) = 59+35+147=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B2393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2393 is #C4DC6C. Grayscale: #363636. Windows color (decimal): -12901485 or 9642811. OLE color: 9642811.
HSL color Cylindrical-coordinate representation of color #3B2393: hue angle of 252.86º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B2393 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 35 | 147 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.42 |
| HSL | 252.86º | 0.62% | 0.36% | - |
| HSV(B) | 252.86º | 0.76% | 0.58% | - |
| XYZ | 7.67 | 4.24 | 28.02 | - |
| YUV | 54.94 | 179.95 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 35 | 147 | 0.60 | 0.76 | 0 | 0.42 | 252.86 | 0.62 | 0.36 |
| Hex | 3B | 23 | 93 | 3C | 4C | 0 | 2A | FD | 3E | 24 |
| Octal | 73 | 43 | 223 | 74 | 114 | 0 | 52 | 375 | 76 | 44 |
| Binary | 111011 | 100011 | 10010011 | 111100 | 1001100 | 0 | 101010 | 11111101 | 111110 | 100100 |
Color Harmonies of #3B2393
Complementary color
Monochromatic Colors of #3B2393
Black with #3B2393
Text Example
Text Example
White with #3B2393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2393; }
p { color: rgb(59,35,147); }
H1.HeaderClassName
{
color: #3B2393;
}
.AnyTagClassName
{
color: #3B2393;
}
</style>
background-color css
<style>
a { background-color: #3B2393; }
a { background-color: rgb(59,35,147); }
div.DivClassName
{
background-color: #3B2393;
}
.BgClassName
{
background-color: #3B2393;
}
</style>
border-color css
<style>
span { border-color: #3B2393; }
span { border-color: rgb(59,35,147); }
td.TdClassName
{
border-color: #3B2393;
}
.TagClassName
{
border-color: #3B2393;
}
</style>