Shades of Blue Gem #3A2FAD
Tints of Blue Gem #3A2FAD
RGB
CMYK
RGB Variations
Color information
#3A2FAD (or 0x3A2FAD) is known color: Blue Gem. HEX triplet: 3A, 2F and AD. RGB value is (58,47,173). Sum of RGB (Red+Green+Blue) = 58+47+173=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A2FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2FAD is #C5D052. Grayscale: #404040. Windows color (decimal): -12963923 or 11349818. OLE color: 11349818.
HSL color Cylindrical-coordinate representation of color #3A2FAD: hue angle of 245.24º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A2FAD is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 47 | 173 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.32 |
| HSL | 245.24º | 0.57% | 0.43% | - |
| HSV(B) | 245.24º | 0.73% | 0.68% | - |
| XYZ | 10.3 | 5.95 | 40.14 | - |
| YUV | 64.65 | 189.14 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 173 | 0.66 | 0.73 | 0 | 0.32 | 245.24 | 0.57 | 0.43 |
| Hex | 3A | 2F | AD | 42 | 49 | 0 | 20 | F5 | 39 | 2B |
| Octal | 72 | 57 | 255 | 102 | 111 | 0 | 40 | 365 | 71 | 53 |
| Binary | 111010 | 101111 | 10101101 | 1000010 | 1001001 | 0 | 100000 | 11110101 | 111001 | 101011 |
Color Harmonies of #3A2FAD
Complementary color
Monochromatic Colors of #3A2FAD
Black with #3A2FAD
Text Example
Text Example
White with #3A2FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2FAD; }
p { color: rgb(58,47,173); }
H1.HeaderClassName
{
color: #3A2FAD;
}
.AnyTagClassName
{
color: #3A2FAD;
}
</style>
background-color css
<style>
a { background-color: #3A2FAD; }
a { background-color: rgb(58,47,173); }
div.DivClassName
{
background-color: #3A2FAD;
}
.BgClassName
{
background-color: #3A2FAD;
}
</style>
border-color css
<style>
span { border-color: #3A2FAD; }
span { border-color: rgb(58,47,173); }
td.TdClassName
{
border-color: #3A2FAD;
}
.TagClassName
{
border-color: #3A2FAD;
}
</style>