Shades of Blue Gem #3D19AB
Tints of Blue Gem #3D19AB
RGB
CMYK
RGB Variations
Color information
#3D19AB (or 0x3D19AB) is known color: Blue Gem. HEX triplet: 3D, 19 and AB. RGB value is (61,25,171). Sum of RGB (Red+Green+Blue) = 61+25+171=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D19AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D19AB is #C2E654. Grayscale: #333333. Windows color (decimal): -12772949 or 11213117. OLE color: 11213117.
HSL color Cylindrical-coordinate representation of color #3D19AB: hue angle of 254.79º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D19AB is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 25 | 171 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.33 |
| HSL | 254.79º | 0.74% | 0.38% | - |
| HSV(B) | 254.79º | 0.85% | 0.67% | - |
| XYZ | 9.62 | 4.63 | 38.91 | - |
| YUV | 52.41 | 194.93 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 171 | 0.64 | 0.85 | 0 | 0.33 | 254.79 | 0.74 | 0.38 |
| Hex | 3D | 19 | AB | 40 | 55 | 0 | 21 | FF | 4A | 26 |
| Octal | 75 | 31 | 253 | 100 | 125 | 0 | 41 | 377 | 112 | 46 |
| Binary | 111101 | 11001 | 10101011 | 1000000 | 1010101 | 0 | 100001 | 11111111 | 1001010 | 100110 |
Color Harmonies of #3D19AB
Complementary color
Monochromatic Colors of #3D19AB
Black with #3D19AB
Text Example
Text Example
White with #3D19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D19AB; }
p { color: rgb(61,25,171); }
H1.HeaderClassName
{
color: #3D19AB;
}
.AnyTagClassName
{
color: #3D19AB;
}
</style>
background-color css
<style>
a { background-color: #3D19AB; }
a { background-color: rgb(61,25,171); }
div.DivClassName
{
background-color: #3D19AB;
}
.BgClassName
{
background-color: #3D19AB;
}
</style>
border-color css
<style>
span { border-color: #3D19AB; }
span { border-color: rgb(61,25,171); }
td.TdClassName
{
border-color: #3D19AB;
}
.TagClassName
{
border-color: #3D19AB;
}
</style>