Shades of Blue Gem #3A2DA8
Tints of Blue Gem #3A2DA8
RGB
CMYK
RGB Variations
Color information
#3A2DA8 (or 0x3A2DA8) is known color: Blue Gem. HEX triplet: 3A, 2D and A8. RGB value is (58,45,168). Sum of RGB (Red+Green+Blue) = 58+45+168=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 168 (66.02% from 255 or 61.99% from 271); Max value from RGB is 168 - color contains mainly: blue. Hex color #3A2DA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2DA8 is #C5D257. Grayscale: #3E3E3E. Windows color (decimal): -12964440 or 11021626. OLE color: 11021626.
HSL color Cylindrical-coordinate representation of color #3A2DA8: hue angle of 246.34º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A2DA8 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 45 | 168 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.34 |
| HSL | 246.34º | 0.58% | 0.42% | - |
| HSV(B) | 246.34º | 0.73% | 0.66% | - |
| XYZ | 9.75 | 5.6 | 37.61 | - |
| YUV | 62.91 | 187.31 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 45 | 168 | 0.65 | 0.73 | 0 | 0.34 | 246.34 | 0.58 | 0.42 |
| Hex | 3A | 2D | A8 | 41 | 49 | 0 | 22 | F6 | 3A | 2A |
| Octal | 72 | 55 | 250 | 101 | 111 | 0 | 42 | 366 | 72 | 52 |
| Binary | 111010 | 101101 | 10101000 | 1000001 | 1001001 | 0 | 100010 | 11110110 | 111010 | 101010 |
Color Harmonies of #3A2DA8
Complementary color
Monochromatic Colors of #3A2DA8
Black with #3A2DA8
Text Example
Text Example
White with #3A2DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2DA8; }
p { color: rgb(58,45,168); }
H1.HeaderClassName
{
color: #3A2DA8;
}
.AnyTagClassName
{
color: #3A2DA8;
}
</style>
background-color css
<style>
a { background-color: #3A2DA8; }
a { background-color: rgb(58,45,168); }
div.DivClassName
{
background-color: #3A2DA8;
}
.BgClassName
{
background-color: #3A2DA8;
}
</style>
border-color css
<style>
span { border-color: #3A2DA8; }
span { border-color: rgb(58,45,168); }
td.TdClassName
{
border-color: #3A2DA8;
}
.TagClassName
{
border-color: #3A2DA8;
}
</style>