Shades of Blue Gem #3A28AC
Tints of Blue Gem #3A28AC
RGB
CMYK
RGB Variations
Color information
#3A28AC (or 0x3A28AC) is known color: Blue Gem. HEX triplet: 3A, 28 and AC. RGB value is (58,40,172). Sum of RGB (Red+Green+Blue) = 58+40+172=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A28AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A28AC is #C5D753. Grayscale: #3B3B3B. Windows color (decimal): -12965716 or 11282490. OLE color: 11282490.
HSL color Cylindrical-coordinate representation of color #3A28AC: hue angle of 248.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A28AC is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 40 | 172 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.33 |
| HSL | 248.18º | 0.62% | 0.42% | - |
| HSV(B) | 248.18º | 0.77% | 0.67% | - |
| XYZ | 9.95 | 5.4 | 39.55 | - |
| YUV | 60.43 | 190.96 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 172 | 0.66 | 0.77 | 0 | 0.33 | 248.18 | 0.62 | 0.42 |
| Hex | 3A | 28 | AC | 42 | 4D | 0 | 21 | F8 | 3E | 2A |
| Octal | 72 | 50 | 254 | 102 | 115 | 0 | 41 | 370 | 76 | 52 |
| Binary | 111010 | 101000 | 10101100 | 1000010 | 1001101 | 0 | 100001 | 11111000 | 111110 | 101010 |
Color Harmonies of #3A28AC
Complementary color
Monochromatic Colors of #3A28AC
Black with #3A28AC
Text Example
Text Example
White with #3A28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A28AC; }
p { color: rgb(58,40,172); }
H1.HeaderClassName
{
color: #3A28AC;
}
.AnyTagClassName
{
color: #3A28AC;
}
</style>
background-color css
<style>
a { background-color: #3A28AC; }
a { background-color: rgb(58,40,172); }
div.DivClassName
{
background-color: #3A28AC;
}
.BgClassName
{
background-color: #3A28AC;
}
</style>
border-color css
<style>
span { border-color: #3A28AC; }
span { border-color: rgb(58,40,172); }
td.TdClassName
{
border-color: #3A28AC;
}
.TagClassName
{
border-color: #3A28AC;
}
</style>