Shades of Blue Gem #3D1DB0
Tints of Blue Gem #3D1DB0
RGB
CMYK
RGB Variations
Color information
#3D1DB0 (or 0x3D1DB0) is known color: Blue Gem. HEX triplet: 3D, 1D and B0. RGB value is (61,29,176). Sum of RGB (Red+Green+Blue) = 61+29+176=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 176 (69.14% from 255 or 66.17% from 266); Max value from RGB is 176 - color contains mainly: blue. Hex color #3D1DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1DB0 is #C2E24F. Grayscale: #363636. Windows color (decimal): -12771920 or 11541821. OLE color: 11541821.
HSL color Cylindrical-coordinate representation of color #3D1DB0: hue angle of 253.06º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D1DB0 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 29 | 176 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.31 |
| HSL | 253.06º | 0.72% | 0.4% | - |
| HSV(B) | 253.06º | 0.84% | 0.69% | - |
| XYZ | 10.2 | 5.01 | 41.5 | - |
| YUV | 55.33 | 196.1 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 176 | 0.65 | 0.84 | 0 | 0.31 | 253.06 | 0.72 | 0.4 |
| Hex | 3D | 1D | B0 | 41 | 54 | 0 | 1F | FD | 48 | 28 |
| Octal | 75 | 35 | 260 | 101 | 124 | 0 | 37 | 375 | 110 | 50 |
| Binary | 111101 | 11101 | 10110000 | 1000001 | 1010100 | 0 | 11111 | 11111101 | 1001000 | 101000 |
Color Harmonies of #3D1DB0
Complementary color
Monochromatic Colors of #3D1DB0
Black with #3D1DB0
Text Example
Text Example
White with #3D1DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1DB0; }
p { color: rgb(61,29,176); }
H1.HeaderClassName
{
color: #3D1DB0;
}
.AnyTagClassName
{
color: #3D1DB0;
}
</style>
background-color css
<style>
a { background-color: #3D1DB0; }
a { background-color: rgb(61,29,176); }
div.DivClassName
{
background-color: #3D1DB0;
}
.BgClassName
{
background-color: #3D1DB0;
}
</style>
border-color css
<style>
span { border-color: #3D1DB0; }
span { border-color: rgb(61,29,176); }
td.TdClassName
{
border-color: #3D1DB0;
}
.TagClassName
{
border-color: #3D1DB0;
}
</style>