Shades of Blue Gem #3D2593
Tints of Blue Gem #3D2593
RGB
CMYK
RGB Variations
Color information
#3D2593 (or 0x3D2593) is known color: Blue Gem. HEX triplet: 3D, 25 and 93. RGB value is (61,37,147). Sum of RGB (Red+Green+Blue) = 61+37+147=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D2593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2593 is #C2DA6C. Grayscale: #383838. Windows color (decimal): -12769901 or 9643325. OLE color: 9643325.
HSL color Cylindrical-coordinate representation of color #3D2593: hue angle of 253.09º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D2593 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 37 | 147 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.42 |
| HSL | 253.09º | 0.6% | 0.36% | - |
| HSV(B) | 253.09º | 0.75% | 0.58% | - |
| XYZ | 7.85 | 4.42 | 28.04 | - |
| YUV | 56.72 | 178.95 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 147 | 0.59 | 0.75 | 0 | 0.42 | 253.09 | 0.6 | 0.36 |
| Hex | 3D | 25 | 93 | 3B | 4B | 0 | 2A | FD | 3C | 24 |
| Octal | 75 | 45 | 223 | 73 | 113 | 0 | 52 | 375 | 74 | 44 |
| Binary | 111101 | 100101 | 10010011 | 111011 | 1001011 | 0 | 101010 | 11111101 | 111100 | 100100 |
Color Harmonies of #3D2593
Complementary color
Monochromatic Colors of #3D2593
Black with #3D2593
Text Example
Text Example
White with #3D2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2593; }
p { color: rgb(61,37,147); }
H1.HeaderClassName
{
color: #3D2593;
}
.AnyTagClassName
{
color: #3D2593;
}
</style>
background-color css
<style>
a { background-color: #3D2593; }
a { background-color: rgb(61,37,147); }
div.DivClassName
{
background-color: #3D2593;
}
.BgClassName
{
background-color: #3D2593;
}
</style>
border-color css
<style>
span { border-color: #3D2593; }
span { border-color: rgb(61,37,147); }
td.TdClassName
{
border-color: #3D2593;
}
.TagClassName
{
border-color: #3D2593;
}
</style>