Shades of Blue Gem #3A37AB
Tints of Blue Gem #3A37AB
RGB
CMYK
RGB Variations
Color information
#3A37AB (or 0x3A37AB) is known color: Blue Gem. HEX triplet: 3A, 37 and AB. RGB value is (58,55,171). Sum of RGB (Red+Green+Blue) = 58+55+171=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A37AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A37AB is #C5C854. Grayscale: #444444. Windows color (decimal): -12961877 or 11220794. OLE color: 11220794.
HSL color Cylindrical-coordinate representation of color #3A37AB: hue angle of 241.55º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A37AB is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 55 | 171 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.33 |
| HSL | 241.55º | 0.51% | 0.44% | - |
| HSV(B) | 241.55º | 0.68% | 0.67% | - |
| XYZ | 10.46 | 6.57 | 39.25 | - |
| YUV | 69.12 | 185.49 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 171 | 0.66 | 0.68 | 0 | 0.33 | 241.55 | 0.51 | 0.44 |
| Hex | 3A | 37 | AB | 42 | 44 | 0 | 21 | F2 | 33 | 2C |
| Octal | 72 | 67 | 253 | 102 | 104 | 0 | 41 | 362 | 63 | 54 |
| Binary | 111010 | 110111 | 10101011 | 1000010 | 1000100 | 0 | 100001 | 11110010 | 110011 | 101100 |
Color Harmonies of #3A37AB
Complementary color
Monochromatic Colors of #3A37AB
Black with #3A37AB
Text Example
Text Example
White with #3A37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A37AB; }
p { color: rgb(58,55,171); }
H1.HeaderClassName
{
color: #3A37AB;
}
.AnyTagClassName
{
color: #3A37AB;
}
</style>
background-color css
<style>
a { background-color: #3A37AB; }
a { background-color: rgb(58,55,171); }
div.DivClassName
{
background-color: #3A37AB;
}
.BgClassName
{
background-color: #3A37AB;
}
</style>
border-color css
<style>
span { border-color: #3A37AB; }
span { border-color: rgb(58,55,171); }
td.TdClassName
{
border-color: #3A37AB;
}
.TagClassName
{
border-color: #3A37AB;
}
</style>