Shades of Blue Gem #3B1DAE
Tints of Blue Gem #3B1DAE
RGB
CMYK
RGB Variations
Color information
#3B1DAE (or 0x3B1DAE) is known color: Blue Gem. HEX triplet: 3B, 1D and AE. RGB value is (59,29,174). Sum of RGB (Red+Green+Blue) = 59+29+174=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 29 (11.72% from 255 or 11.07% 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 #3B1DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1DAE is #C4E251. Grayscale: #353535. Windows color (decimal): -12902994 or 11410747. OLE color: 11410747.
HSL color Cylindrical-coordinate representation of color #3B1DAE: hue angle of 252.41º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B1DAE is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 29 | 174 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.32 |
| HSL | 252.41º | 0.71% | 0.4% | - |
| HSV(B) | 252.41º | 0.83% | 0.68% | - |
| XYZ | 9.88 | 4.86 | 40.46 | - |
| YUV | 54.5 | 195.44 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 174 | 0.66 | 0.83 | 0 | 0.32 | 252.41 | 0.71 | 0.4 |
| Hex | 3B | 1D | AE | 42 | 53 | 0 | 20 | FC | 47 | 28 |
| Octal | 73 | 35 | 256 | 102 | 123 | 0 | 40 | 374 | 107 | 50 |
| Binary | 111011 | 11101 | 10101110 | 1000010 | 1010011 | 0 | 100000 | 11111100 | 1000111 | 101000 |
Color Harmonies of #3B1DAE
Complementary color
Monochromatic Colors of #3B1DAE
Black with #3B1DAE
Text Example
Text Example
White with #3B1DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1DAE; }
p { color: rgb(59,29,174); }
H1.HeaderClassName
{
color: #3B1DAE;
}
.AnyTagClassName
{
color: #3B1DAE;
}
</style>
background-color css
<style>
a { background-color: #3B1DAE; }
a { background-color: rgb(59,29,174); }
div.DivClassName
{
background-color: #3B1DAE;
}
.BgClassName
{
background-color: #3B1DAE;
}
</style>
border-color css
<style>
span { border-color: #3B1DAE; }
span { border-color: rgb(59,29,174); }
td.TdClassName
{
border-color: #3B1DAE;
}
.TagClassName
{
border-color: #3B1DAE;
}
</style>