Shades of Blue Gem #3D2598
Tints of Blue Gem #3D2598
RGB
CMYK
RGB Variations
Color information
#3D2598 (or 0x3D2598) is known color: Blue Gem. HEX triplet: 3D, 25 and 98. RGB value is (61,37,152). Sum of RGB (Red+Green+Blue) = 61+37+152=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #3D2598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2598 is #C2DA67. Grayscale: #383838. Windows color (decimal): -12769896 or 9971005. OLE color: 9971005.
HSL color Cylindrical-coordinate representation of color #3D2598: hue angle of 252.52º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D2598 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 37 | 152 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.40 |
| HSL | 252.52º | 0.61% | 0.37% | - |
| HSV(B) | 252.52º | 0.76% | 0.6% | - |
| XYZ | 8.25 | 4.58 | 30.16 | - |
| YUV | 57.29 | 181.45 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 152 | 0.60 | 0.76 | 0 | 0.40 | 252.52 | 0.61 | 0.37 |
| Hex | 3D | 25 | 98 | 3C | 4C | 0 | 28 | FD | 3D | 25 |
| Octal | 75 | 45 | 230 | 74 | 114 | 0 | 50 | 375 | 75 | 45 |
| Binary | 111101 | 100101 | 10011000 | 111100 | 1001100 | 0 | 101000 | 11111101 | 111101 | 100101 |
Color Harmonies of #3D2598
Complementary color
Monochromatic Colors of #3D2598
Black with #3D2598
Text Example
Text Example
White with #3D2598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2598; }
p { color: rgb(61,37,152); }
H1.HeaderClassName
{
color: #3D2598;
}
.AnyTagClassName
{
color: #3D2598;
}
</style>
background-color css
<style>
a { background-color: #3D2598; }
a { background-color: rgb(61,37,152); }
div.DivClassName
{
background-color: #3D2598;
}
.BgClassName
{
background-color: #3D2598;
}
</style>
border-color css
<style>
span { border-color: #3D2598; }
span { border-color: rgb(61,37,152); }
td.TdClassName
{
border-color: #3D2598;
}
.TagClassName
{
border-color: #3D2598;
}
</style>