Shades of Blue Gem #3A17AF
Tints of Blue Gem #3A17AF
RGB
CMYK
RGB Variations
Color information
#3A17AF (or 0x3A17AF) is known color: Blue Gem. HEX triplet: 3A, 17 and AF. RGB value is (58,23,175). Sum of RGB (Red+Green+Blue) = 58+23+175=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A17AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A17AF is #C5E850. Grayscale: #323232. Windows color (decimal): -12970065 or 11474746. OLE color: 11474746.
HSL color Cylindrical-coordinate representation of color #3A17AF: hue angle of 253.82º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A17AF is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 23 | 175 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.31 |
| HSL | 253.82º | 0.77% | 0.39% | - |
| HSV(B) | 253.82º | 0.87% | 0.69% | - |
| XYZ | 9.79 | 4.61 | 40.93 | - |
| YUV | 50.79 | 198.1 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 175 | 0.67 | 0.87 | 0 | 0.31 | 253.82 | 0.77 | 0.39 |
| Hex | 3A | 17 | AF | 43 | 57 | 0 | 1F | FE | 4D | 27 |
| Octal | 72 | 27 | 257 | 103 | 127 | 0 | 37 | 376 | 115 | 47 |
| Binary | 111010 | 10111 | 10101111 | 1000011 | 1010111 | 0 | 11111 | 11111110 | 1001101 | 100111 |
Color Harmonies of #3A17AF
Complementary color
Monochromatic Colors of #3A17AF
Black with #3A17AF
Text Example
Text Example
White with #3A17AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A17AF; }
p { color: rgb(58,23,175); }
H1.HeaderClassName
{
color: #3A17AF;
}
.AnyTagClassName
{
color: #3A17AF;
}
</style>
background-color css
<style>
a { background-color: #3A17AF; }
a { background-color: rgb(58,23,175); }
div.DivClassName
{
background-color: #3A17AF;
}
.BgClassName
{
background-color: #3A17AF;
}
</style>
border-color css
<style>
span { border-color: #3A17AF; }
span { border-color: rgb(58,23,175); }
td.TdClassName
{
border-color: #3A17AF;
}
.TagClassName
{
border-color: #3A17AF;
}
</style>