Shades of Mariner #3A52A9
Tints of Mariner #3A52A9
RGB
CMYK
RGB Variations
Color information
#3A52A9 (or 0x3A52A9) is known color: Mariner. HEX triplet: 3A, 52 and A9. RGB value is (58,82,169). Sum of RGB (Red+Green+Blue) = 58+82+169=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A52A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A52A9 is #C5AD56. Grayscale: #545454. Windows color (decimal): -12954967 or 11096634. OLE color: 11096634.
HSL color Cylindrical-coordinate representation of color #3A52A9: hue angle of 227.03º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A52A9 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 82 | 169 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.34 |
| HSL | 227.03º | 0.49% | 0.45% | - |
| HSV(B) | 227.03º | 0.66% | 0.66% | - |
| XYZ | 11.92 | 9.8 | 38.8 | - |
| YUV | 84.74 | 175.55 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 169 | 0.66 | 0.51 | 0 | 0.34 | 227.03 | 0.49 | 0.45 |
| Hex | 3A | 52 | A9 | 42 | 33 | 0 | 22 | E3 | 31 | 2D |
| Octal | 72 | 122 | 251 | 102 | 63 | 0 | 42 | 343 | 61 | 55 |
| Binary | 111010 | 1010010 | 10101001 | 1000010 | 110011 | 0 | 100010 | 11100011 | 110001 | 101101 |
Color Harmonies of #3A52A9
Complementary color
Monochromatic Colors of #3A52A9
Black with #3A52A9
Text Example
Text Example
White with #3A52A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A52A9; }
p { color: rgb(58,82,169); }
H1.HeaderClassName
{
color: #3A52A9;
}
.AnyTagClassName
{
color: #3A52A9;
}
</style>
background-color css
<style>
a { background-color: #3A52A9; }
a { background-color: rgb(58,82,169); }
div.DivClassName
{
background-color: #3A52A9;
}
.BgClassName
{
background-color: #3A52A9;
}
</style>
border-color css
<style>
span { border-color: #3A52A9; }
span { border-color: rgb(58,82,169); }
td.TdClassName
{
border-color: #3A52A9;
}
.TagClassName
{
border-color: #3A52A9;
}
</style>