Shades of Blue Gem #3B1CA9
Tints of Blue Gem #3B1CA9
RGB
CMYK
RGB Variations
Color information
#3B1CA9 (or 0x3B1CA9) is known color: Blue Gem. HEX triplet: 3B, 1C and A9. RGB value is (59,28,169). Sum of RGB (Red+Green+Blue) = 59+28+169=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 169 (66.41% from 255 or 66.02% from 256); Max value from RGB is 169 - color contains mainly: blue. Hex color #3B1CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1CA9 is #C4E356. Grayscale: #343434. Windows color (decimal): -12903255 or 11082811. OLE color: 11082811.
HSL color Cylindrical-coordinate representation of color #3B1CA9: hue angle of 253.19º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B1CA9 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 59 | 28 | 169 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.34 |
| HSL | 253.19º | 0.72% | 0.39% | - |
| HSV(B) | 253.19º | 0.83% | 0.66% | - |
| XYZ | 9.38 | 4.62 | 37.93 | - |
| YUV | 53.34 | 193.27 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 28 | 169 | 0.65 | 0.83 | 0 | 0.34 | 253.19 | 0.72 | 0.39 |
| Hex | 3B | 1C | A9 | 41 | 53 | 0 | 22 | FD | 48 | 27 |
| Octal | 73 | 34 | 251 | 101 | 123 | 0 | 42 | 375 | 110 | 47 |
| Binary | 111011 | 11100 | 10101001 | 1000001 | 1010011 | 0 | 100010 | 11111101 | 1001000 | 100111 |
Color Harmonies of #3B1CA9
Complementary color
Monochromatic Colors of #3B1CA9
Black with #3B1CA9
Text Example
Text Example
White with #3B1CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1CA9; }
p { color: rgb(59,28,169); }
H1.HeaderClassName
{
color: #3B1CA9;
}
.AnyTagClassName
{
color: #3B1CA9;
}
</style>
background-color css
<style>
a { background-color: #3B1CA9; }
a { background-color: rgb(59,28,169); }
div.DivClassName
{
background-color: #3B1CA9;
}
.BgClassName
{
background-color: #3B1CA9;
}
</style>
border-color css
<style>
span { border-color: #3B1CA9; }
span { border-color: rgb(59,28,169); }
td.TdClassName
{
border-color: #3B1CA9;
}
.TagClassName
{
border-color: #3B1CA9;
}
</style>