Shades of Blue Gem #3A18AB
Tints of Blue Gem #3A18AB
RGB
CMYK
RGB Variations
Color information
#3A18AB (or 0x3A18AB) is known color: Blue Gem. HEX triplet: 3A, 18 and AB. RGB value is (58,24,171). Sum of RGB (Red+Green+Blue) = 58+24+171=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A18AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A18AB is #C5E754. Grayscale: #323232. Windows color (decimal): -12969813 or 11212858. OLE color: 11212858.
HSL color Cylindrical-coordinate representation of color #3A18AB: hue angle of 253.88º degrees, saturation: 0.75, 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 #3A18AB is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 24 | 171 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.33 |
| HSL | 253.88º | 0.75% | 0.38% | - |
| HSV(B) | 253.88º | 0.86% | 0.67% | - |
| XYZ | 9.42 | 4.49 | 38.9 | - |
| YUV | 50.92 | 195.76 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 171 | 0.66 | 0.86 | 0 | 0.33 | 253.88 | 0.75 | 0.38 |
| Hex | 3A | 18 | AB | 42 | 56 | 0 | 21 | FE | 4B | 26 |
| Octal | 72 | 30 | 253 | 102 | 126 | 0 | 41 | 376 | 113 | 46 |
| Binary | 111010 | 11000 | 10101011 | 1000010 | 1010110 | 0 | 100001 | 11111110 | 1001011 | 100110 |
Color Harmonies of #3A18AB
Complementary color
Monochromatic Colors of #3A18AB
Black with #3A18AB
Text Example
Text Example
White with #3A18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A18AB; }
p { color: rgb(58,24,171); }
H1.HeaderClassName
{
color: #3A18AB;
}
.AnyTagClassName
{
color: #3A18AB;
}
</style>
background-color css
<style>
a { background-color: #3A18AB; }
a { background-color: rgb(58,24,171); }
div.DivClassName
{
background-color: #3A18AB;
}
.BgClassName
{
background-color: #3A18AB;
}
</style>
border-color css
<style>
span { border-color: #3A18AB; }
span { border-color: rgb(58,24,171); }
td.TdClassName
{
border-color: #3A18AB;
}
.TagClassName
{
border-color: #3A18AB;
}
</style>