Shades of Blue Gem #3D2391
Tints of Blue Gem #3D2391
RGB
CMYK
RGB Variations
Color information
#3D2391 (or 0x3D2391) is known color: Blue Gem. HEX triplet: 3D, 23 and 91. RGB value is (61,35,145). Sum of RGB (Red+Green+Blue) = 61+35+145=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 35 (14.06% from 255 or 14.52% 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 #3D2391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2391 is #C2DC6E. Grayscale: #363636. Windows color (decimal): -12770415 or 9511741. OLE color: 9511741.
HSL color Cylindrical-coordinate representation of color #3D2391: hue angle of 254.18º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D2391 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 35 | 145 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.43 |
| HSL | 254.18º | 0.61% | 0.35% | - |
| HSV(B) | 254.18º | 0.76% | 0.57% | - |
| XYZ | 7.64 | 4.24 | 27.2 | - |
| YUV | 55.31 | 178.61 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 145 | 0.58 | 0.76 | 0 | 0.43 | 254.18 | 0.61 | 0.35 |
| Hex | 3D | 23 | 91 | 3A | 4C | 0 | 2B | FE | 3D | 23 |
| Octal | 75 | 43 | 221 | 72 | 114 | 0 | 53 | 376 | 75 | 43 |
| Binary | 111101 | 100011 | 10010001 | 111010 | 1001100 | 0 | 101011 | 11111110 | 111101 | 100011 |
Color Harmonies of #3D2391
Complementary color
Monochromatic Colors of #3D2391
Black with #3D2391
Text Example
Text Example
White with #3D2391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2391; }
p { color: rgb(61,35,145); }
H1.HeaderClassName
{
color: #3D2391;
}
.AnyTagClassName
{
color: #3D2391;
}
</style>
background-color css
<style>
a { background-color: #3D2391; }
a { background-color: rgb(61,35,145); }
div.DivClassName
{
background-color: #3D2391;
}
.BgClassName
{
background-color: #3D2391;
}
</style>
border-color css
<style>
span { border-color: #3D2391; }
span { border-color: rgb(61,35,145); }
td.TdClassName
{
border-color: #3D2391;
}
.TagClassName
{
border-color: #3D2391;
}
</style>