Shades of Blue Gem #3D1BAE
Tints of Blue Gem #3D1BAE
RGB
CMYK
RGB Variations
Color information
#3D1BAE (or 0x3D1BAE) is known color: Blue Gem. HEX triplet: 3D, 1B and AE. RGB value is (61,27,174). Sum of RGB (Red+Green+Blue) = 61+27+174=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D1BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1BAE is #C2E451. Grayscale: #353535. Windows color (decimal): -12772434 or 11410237. OLE color: 11410237.
HSL color Cylindrical-coordinate representation of color #3D1BAE: hue angle of 253.88º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D1BAE is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 27 | 174 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.32 |
| HSL | 253.88º | 0.73% | 0.39% | - |
| HSV(B) | 253.88º | 0.84% | 0.68% | - |
| XYZ | 9.96 | 4.83 | 40.45 | - |
| YUV | 53.92 | 195.76 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 174 | 0.65 | 0.84 | 0 | 0.32 | 253.88 | 0.73 | 0.39 |
| Hex | 3D | 1B | AE | 41 | 54 | 0 | 20 | FE | 49 | 27 |
| Octal | 75 | 33 | 256 | 101 | 124 | 0 | 40 | 376 | 111 | 47 |
| Binary | 111101 | 11011 | 10101110 | 1000001 | 1010100 | 0 | 100000 | 11111110 | 1001001 | 100111 |
Color Harmonies of #3D1BAE
Complementary color
Monochromatic Colors of #3D1BAE
Black with #3D1BAE
Text Example
Text Example
White with #3D1BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1BAE; }
p { color: rgb(61,27,174); }
H1.HeaderClassName
{
color: #3D1BAE;
}
.AnyTagClassName
{
color: #3D1BAE;
}
</style>
background-color css
<style>
a { background-color: #3D1BAE; }
a { background-color: rgb(61,27,174); }
div.DivClassName
{
background-color: #3D1BAE;
}
.BgClassName
{
background-color: #3D1BAE;
}
</style>
border-color css
<style>
span { border-color: #3D1BAE; }
span { border-color: rgb(61,27,174); }
td.TdClassName
{
border-color: #3D1BAE;
}
.TagClassName
{
border-color: #3D1BAE;
}
</style>