Shades of Blue Gem #3B2591
Tints of Blue Gem #3B2591
RGB
CMYK
RGB Variations
Color information
#3B2591 (or 0x3B2591) is known color: Blue Gem. HEX triplet: 3B, 25 and 91. RGB value is (59,37,145). Sum of RGB (Red+Green+Blue) = 59+37+145=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B2591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2591 is #C4DA6E. Grayscale: #373737. Windows color (decimal): -12900975 or 9512251. OLE color: 9512251.
HSL color Cylindrical-coordinate representation of color #3B2591: hue angle of 252.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B2591 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 37 | 145 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.43 |
| HSL | 252.22º | 0.59% | 0.36% | - |
| HSV(B) | 252.22º | 0.74% | 0.57% | - |
| XYZ | 7.58 | 4.3 | 27.22 | - |
| YUV | 55.89 | 178.29 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 145 | 0.59 | 0.74 | 0 | 0.43 | 252.22 | 0.59 | 0.36 |
| Hex | 3B | 25 | 91 | 3B | 4A | 0 | 2B | FC | 3B | 24 |
| Octal | 73 | 45 | 221 | 73 | 112 | 0 | 53 | 374 | 73 | 44 |
| Binary | 111011 | 100101 | 10010001 | 111011 | 1001010 | 0 | 101011 | 11111100 | 111011 | 100100 |
Color Harmonies of #3B2591
Complementary color
Monochromatic Colors of #3B2591
Black with #3B2591
Text Example
Text Example
White with #3B2591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2591; }
p { color: rgb(59,37,145); }
H1.HeaderClassName
{
color: #3B2591;
}
.AnyTagClassName
{
color: #3B2591;
}
</style>
background-color css
<style>
a { background-color: #3B2591; }
a { background-color: rgb(59,37,145); }
div.DivClassName
{
background-color: #3B2591;
}
.BgClassName
{
background-color: #3B2591;
}
</style>
border-color css
<style>
span { border-color: #3B2591; }
span { border-color: rgb(59,37,145); }
td.TdClassName
{
border-color: #3B2591;
}
.TagClassName
{
border-color: #3B2591;
}
</style>