Shades of Blue Gem #3D31AE
Tints of Blue Gem #3D31AE
RGB
CMYK
RGB Variations
Color information
#3D31AE (or 0x3D31AE) is known color: Blue Gem. HEX triplet: 3D, 31 and AE. RGB value is (61,49,174). Sum of RGB (Red+Green+Blue) = 61+49+174=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D31AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D31AE is #C2CE51. Grayscale: #424242. Windows color (decimal): -12766802 or 11415869. OLE color: 11415869.
HSL color Cylindrical-coordinate representation of color #3D31AE: hue angle of 245.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D31AE is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 49 | 174 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.32 |
| HSL | 245.76º | 0.56% | 0.44% | - |
| HSV(B) | 245.76º | 0.72% | 0.68% | - |
| XYZ | 10.66 | 6.24 | 40.69 | - |
| YUV | 66.84 | 188.48 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 174 | 0.65 | 0.72 | 0 | 0.32 | 245.76 | 0.56 | 0.44 |
| Hex | 3D | 31 | AE | 41 | 48 | 0 | 20 | F6 | 38 | 2C |
| Octal | 75 | 61 | 256 | 101 | 110 | 0 | 40 | 366 | 70 | 54 |
| Binary | 111101 | 110001 | 10101110 | 1000001 | 1001000 | 0 | 100000 | 11110110 | 111000 | 101100 |
Color Harmonies of #3D31AE
Complementary color
Monochromatic Colors of #3D31AE
Black with #3D31AE
Text Example
Text Example
White with #3D31AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D31AE; }
p { color: rgb(61,49,174); }
H1.HeaderClassName
{
color: #3D31AE;
}
.AnyTagClassName
{
color: #3D31AE;
}
</style>
background-color css
<style>
a { background-color: #3D31AE; }
a { background-color: rgb(61,49,174); }
div.DivClassName
{
background-color: #3D31AE;
}
.BgClassName
{
background-color: #3D31AE;
}
</style>
border-color css
<style>
span { border-color: #3D31AE; }
span { border-color: rgb(61,49,174); }
td.TdClassName
{
border-color: #3D31AE;
}
.TagClassName
{
border-color: #3D31AE;
}
</style>