Shades of Blue Gem #3D3BAE
Tints of Blue Gem #3D3BAE
RGB
CMYK
RGB Variations
Color information
#3D3BAE (or 0x3D3BAE) is known color: Blue Gem. HEX triplet: 3D, 3B and AE. RGB value is (61,59,174). Sum of RGB (Red+Green+Blue) = 61+59+174=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D3BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3BAE is #C2C451. Grayscale: #484848. Windows color (decimal): -12764242 or 11418429. OLE color: 11418429.
HSL color Cylindrical-coordinate representation of color #3D3BAE: hue angle of 241.04º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D3BAE is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 59 | 174 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.32 |
| HSL | 241.04º | 0.49% | 0.46% | - |
| HSV(B) | 241.04º | 0.66% | 0.68% | - |
| XYZ | 11.13 | 7.18 | 40.84 | - |
| YUV | 72.71 | 185.16 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 59 | 174 | 0.65 | 0.66 | 0 | 0.32 | 241.04 | 0.49 | 0.46 |
| Hex | 3D | 3B | AE | 41 | 42 | 0 | 20 | F1 | 31 | 2E |
| Octal | 75 | 73 | 256 | 101 | 102 | 0 | 40 | 361 | 61 | 56 |
| Binary | 111101 | 111011 | 10101110 | 1000001 | 1000010 | 0 | 100000 | 11110001 | 110001 | 101110 |
Color Harmonies of #3D3BAE
Complementary color
Monochromatic Colors of #3D3BAE
Black with #3D3BAE
Text Example
Text Example
White with #3D3BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3BAE; }
p { color: rgb(61,59,174); }
H1.HeaderClassName
{
color: #3D3BAE;
}
.AnyTagClassName
{
color: #3D3BAE;
}
</style>
background-color css
<style>
a { background-color: #3D3BAE; }
a { background-color: rgb(61,59,174); }
div.DivClassName
{
background-color: #3D3BAE;
}
.BgClassName
{
background-color: #3D3BAE;
}
</style>
border-color css
<style>
span { border-color: #3D3BAE; }
span { border-color: rgb(61,59,174); }
td.TdClassName
{
border-color: #3D3BAE;
}
.TagClassName
{
border-color: #3D3BAE;
}
</style>