Shades of Blue Gem #3B3AAA
Tints of Blue Gem #3B3AAA
RGB
CMYK
RGB Variations
Color information
#3B3AAA (or 0x3B3AAA) is known color: Blue Gem. HEX triplet: 3B, 3A and AA. RGB value is (59,58,170). Sum of RGB (Red+Green+Blue) = 59+58+170=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B3AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3AAA is #C4C555. Grayscale: #464646. Windows color (decimal): -12895574 or 11156027. OLE color: 11156027.
HSL color Cylindrical-coordinate representation of color #3B3AAA: hue angle of 240.54º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B3AAA is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 58 | 170 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.33 |
| HSL | 240.54º | 0.49% | 0.45% | - |
| HSV(B) | 240.54º | 0.66% | 0.67% | - |
| XYZ | 10.57 | 6.86 | 38.8 | - |
| YUV | 71.07 | 183.83 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 58 | 170 | 0.65 | 0.66 | 0 | 0.33 | 240.54 | 0.49 | 0.45 |
| Hex | 3B | 3A | AA | 41 | 42 | 0 | 21 | F1 | 31 | 2D |
| Octal | 73 | 72 | 252 | 101 | 102 | 0 | 41 | 361 | 61 | 55 |
| Binary | 111011 | 111010 | 10101010 | 1000001 | 1000010 | 0 | 100001 | 11110001 | 110001 | 101101 |
Color Harmonies of #3B3AAA
Complementary color
Monochromatic Colors of #3B3AAA
Black with #3B3AAA
Text Example
Text Example
White with #3B3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3AAA; }
p { color: rgb(59,58,170); }
H1.HeaderClassName
{
color: #3B3AAA;
}
.AnyTagClassName
{
color: #3B3AAA;
}
</style>
background-color css
<style>
a { background-color: #3B3AAA; }
a { background-color: rgb(59,58,170); }
div.DivClassName
{
background-color: #3B3AAA;
}
.BgClassName
{
background-color: #3B3AAA;
}
</style>
border-color css
<style>
span { border-color: #3B3AAA; }
span { border-color: rgb(59,58,170); }
td.TdClassName
{
border-color: #3B3AAA;
}
.TagClassName
{
border-color: #3B3AAA;
}
</style>