Shades of Blue Gem #3A25AC
Tints of Blue Gem #3A25AC
RGB
CMYK
RGB Variations
Color information
#3A25AC (or 0x3A25AC) is known color: Blue Gem. HEX triplet: 3A, 25 and AC. RGB value is (58,37,172). Sum of RGB (Red+Green+Blue) = 58+37+172=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A25AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A25AC is #C5DA53. Grayscale: #3A3A3A. Windows color (decimal): -12966484 or 11281722. OLE color: 11281722.
HSL color Cylindrical-coordinate representation of color #3A25AC: hue angle of 249.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A25AC is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 37 | 172 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.33 |
| HSL | 249.33º | 0.65% | 0.41% | - |
| HSV(B) | 249.33º | 0.78% | 0.67% | - |
| XYZ | 9.85 | 5.2 | 39.51 | - |
| YUV | 58.67 | 191.96 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 172 | 0.66 | 0.78 | 0 | 0.33 | 249.33 | 0.65 | 0.41 |
| Hex | 3A | 25 | AC | 42 | 4E | 0 | 21 | F9 | 41 | 29 |
| Octal | 72 | 45 | 254 | 102 | 116 | 0 | 41 | 371 | 101 | 51 |
| Binary | 111010 | 100101 | 10101100 | 1000010 | 1001110 | 0 | 100001 | 11111001 | 1000001 | 101001 |
Color Harmonies of #3A25AC
Complementary color
Monochromatic Colors of #3A25AC
Black with #3A25AC
Text Example
Text Example
White with #3A25AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A25AC; }
p { color: rgb(58,37,172); }
H1.HeaderClassName
{
color: #3A25AC;
}
.AnyTagClassName
{
color: #3A25AC;
}
</style>
background-color css
<style>
a { background-color: #3A25AC; }
a { background-color: rgb(58,37,172); }
div.DivClassName
{
background-color: #3A25AC;
}
.BgClassName
{
background-color: #3A25AC;
}
</style>
border-color css
<style>
span { border-color: #3A25AC; }
span { border-color: rgb(58,37,172); }
td.TdClassName
{
border-color: #3A25AC;
}
.TagClassName
{
border-color: #3A25AC;
}
</style>