Shades of Blue Gem #3A18AC
Tints of Blue Gem #3A18AC
RGB
CMYK
RGB Variations
Color information
#3A18AC (or 0x3A18AC) is known color: Blue Gem. HEX triplet: 3A, 18 and AC. RGB value is (58,24,172). Sum of RGB (Red+Green+Blue) = 58+24+172=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A18AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A18AC is #C5E753. Grayscale: #323232. Windows color (decimal): -12969812 or 11278394. OLE color: 11278394.
HSL color Cylindrical-coordinate representation of color #3A18AC: hue angle of 253.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A18AC is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 24 | 172 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.33 |
| HSL | 253.78º | 0.76% | 0.38% | - |
| HSV(B) | 253.78º | 0.86% | 0.67% | - |
| XYZ | 9.52 | 4.53 | 39.4 | - |
| YUV | 51.04 | 196.26 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 172 | 0.66 | 0.86 | 0 | 0.33 | 253.78 | 0.76 | 0.38 |
| Hex | 3A | 18 | AC | 42 | 56 | 0 | 21 | FE | 4C | 26 |
| Octal | 72 | 30 | 254 | 102 | 126 | 0 | 41 | 376 | 114 | 46 |
| Binary | 111010 | 11000 | 10101100 | 1000010 | 1010110 | 0 | 100001 | 11111110 | 1001100 | 100110 |
Color Harmonies of #3A18AC
Complementary color
Monochromatic Colors of #3A18AC
Black with #3A18AC
Text Example
Text Example
White with #3A18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A18AC; }
p { color: rgb(58,24,172); }
H1.HeaderClassName
{
color: #3A18AC;
}
.AnyTagClassName
{
color: #3A18AC;
}
</style>
background-color css
<style>
a { background-color: #3A18AC; }
a { background-color: rgb(58,24,172); }
div.DivClassName
{
background-color: #3A18AC;
}
.BgClassName
{
background-color: #3A18AC;
}
</style>
border-color css
<style>
span { border-color: #3A18AC; }
span { border-color: rgb(58,24,172); }
td.TdClassName
{
border-color: #3A18AC;
}
.TagClassName
{
border-color: #3A18AC;
}
</style>