Shades of Blue Gem #3A30AD
Tints of Blue Gem #3A30AD
RGB
CMYK
RGB Variations
Color information
#3A30AD (or 0x3A30AD) is known color: Blue Gem. HEX triplet: 3A, 30 and AD. RGB value is (58,48,173). Sum of RGB (Red+Green+Blue) = 58+48+173=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A30AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A30AD is #C5CF52. Grayscale: #404040. Windows color (decimal): -12963667 or 11350074. OLE color: 11350074.
HSL color Cylindrical-coordinate representation of color #3A30AD: hue angle of 244.8º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A30AD is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 48 | 173 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.32 |
| HSL | 244.8º | 0.57% | 0.43% | - |
| HSV(B) | 244.8º | 0.72% | 0.68% | - |
| XYZ | 10.34 | 6.03 | 40.15 | - |
| YUV | 65.24 | 188.81 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 173 | 0.66 | 0.72 | 0 | 0.32 | 244.8 | 0.57 | 0.43 |
| Hex | 3A | 30 | AD | 42 | 48 | 0 | 20 | F5 | 39 | 2B |
| Octal | 72 | 60 | 255 | 102 | 110 | 0 | 40 | 365 | 71 | 53 |
| Binary | 111010 | 110000 | 10101101 | 1000010 | 1001000 | 0 | 100000 | 11110101 | 111001 | 101011 |
Color Harmonies of #3A30AD
Complementary color
Monochromatic Colors of #3A30AD
Black with #3A30AD
Text Example
Text Example
White with #3A30AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A30AD; }
p { color: rgb(58,48,173); }
H1.HeaderClassName
{
color: #3A30AD;
}
.AnyTagClassName
{
color: #3A30AD;
}
</style>
background-color css
<style>
a { background-color: #3A30AD; }
a { background-color: rgb(58,48,173); }
div.DivClassName
{
background-color: #3A30AD;
}
.BgClassName
{
background-color: #3A30AD;
}
</style>
border-color css
<style>
span { border-color: #3A30AD; }
span { border-color: rgb(58,48,173); }
td.TdClassName
{
border-color: #3A30AD;
}
.TagClassName
{
border-color: #3A30AD;
}
</style>