Shades of Blue Gem #3A2FAB
Tints of Blue Gem #3A2FAB
RGB
CMYK
RGB Variations
Color information
#3A2FAB (or 0x3A2FAB) is known color: Blue Gem. HEX triplet: 3A, 2F and AB. RGB value is (58,47,171). Sum of RGB (Red+Green+Blue) = 58+47+171=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A2FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2FAB is #C5D054. Grayscale: #3F3F3F. Windows color (decimal): -12963925 or 11218746. OLE color: 11218746.
HSL color Cylindrical-coordinate representation of color #3A2FAB: hue angle of 245.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A2FAB is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 47 | 171 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.33 |
| HSL | 245.32º | 0.57% | 0.43% | - |
| HSV(B) | 245.32º | 0.73% | 0.67% | - |
| XYZ | 10.11 | 5.87 | 39.13 | - |
| YUV | 64.43 | 188.14 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 171 | 0.66 | 0.73 | 0 | 0.33 | 245.32 | 0.57 | 0.43 |
| Hex | 3A | 2F | AB | 42 | 49 | 0 | 21 | F5 | 39 | 2B |
| Octal | 72 | 57 | 253 | 102 | 111 | 0 | 41 | 365 | 71 | 53 |
| Binary | 111010 | 101111 | 10101011 | 1000010 | 1001001 | 0 | 100001 | 11110101 | 111001 | 101011 |
Color Harmonies of #3A2FAB
Complementary color
Monochromatic Colors of #3A2FAB
Black with #3A2FAB
Text Example
Text Example
White with #3A2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2FAB; }
p { color: rgb(58,47,171); }
H1.HeaderClassName
{
color: #3A2FAB;
}
.AnyTagClassName
{
color: #3A2FAB;
}
</style>
background-color css
<style>
a { background-color: #3A2FAB; }
a { background-color: rgb(58,47,171); }
div.DivClassName
{
background-color: #3A2FAB;
}
.BgClassName
{
background-color: #3A2FAB;
}
</style>
border-color css
<style>
span { border-color: #3A2FAB; }
span { border-color: rgb(58,47,171); }
td.TdClassName
{
border-color: #3A2FAB;
}
.TagClassName
{
border-color: #3A2FAB;
}
</style>