Shades of Blue Gem #3A33AB
Tints of Blue Gem #3A33AB
RGB
CMYK
RGB Variations
Color information
#3A33AB (or 0x3A33AB) is known color: Blue Gem. HEX triplet: 3A, 33 and AB. RGB value is (58,51,171). Sum of RGB (Red+Green+Blue) = 58+51+171=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A33AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A33AB is #C5CC54. Grayscale: #424242. Windows color (decimal): -12962901 or 11219770. OLE color: 11219770.
HSL color Cylindrical-coordinate representation of color #3A33AB: hue angle of 243.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A33AB is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 51 | 171 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.33 |
| HSL | 243.5º | 0.54% | 0.44% | - |
| HSV(B) | 243.5º | 0.7% | 0.67% | - |
| XYZ | 10.28 | 6.21 | 39.18 | - |
| YUV | 66.77 | 186.82 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 171 | 0.66 | 0.70 | 0 | 0.33 | 243.5 | 0.54 | 0.44 |
| Hex | 3A | 33 | AB | 42 | 46 | 0 | 21 | F4 | 36 | 2C |
| Octal | 72 | 63 | 253 | 102 | 106 | 0 | 41 | 364 | 66 | 54 |
| Binary | 111010 | 110011 | 10101011 | 1000010 | 1000110 | 0 | 100001 | 11110100 | 110110 | 101100 |
Color Harmonies of #3A33AB
Complementary color
Monochromatic Colors of #3A33AB
Black with #3A33AB
Text Example
Text Example
White with #3A33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A33AB; }
p { color: rgb(58,51,171); }
H1.HeaderClassName
{
color: #3A33AB;
}
.AnyTagClassName
{
color: #3A33AB;
}
</style>
background-color css
<style>
a { background-color: #3A33AB; }
a { background-color: rgb(58,51,171); }
div.DivClassName
{
background-color: #3A33AB;
}
.BgClassName
{
background-color: #3A33AB;
}
</style>
border-color css
<style>
span { border-color: #3A33AB; }
span { border-color: rgb(58,51,171); }
td.TdClassName
{
border-color: #3A33AB;
}
.TagClassName
{
border-color: #3A33AB;
}
</style>