Shades of Mariner #3A5AAB
Tints of Mariner #3A5AAB
RGB
CMYK
RGB Variations
Color information
#3A5AAB (or 0x3A5AAB) is known color: Mariner. HEX triplet: 3A, 5A and AB. RGB value is (58,90,171). Sum of RGB (Red+Green+Blue) = 58+90+171=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A5AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5AAB is #C5A554. Grayscale: #595959. Windows color (decimal): -12952917 or 11229754. OLE color: 11229754.
HSL color Cylindrical-coordinate representation of color #3A5AAB: hue angle of 223.01º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A5AAB is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 90 | 171 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.33 |
| HSL | 223.01º | 0.49% | 0.45% | - |
| HSV(B) | 223.01º | 0.66% | 0.67% | - |
| XYZ | 12.75 | 11.15 | 40.01 | - |
| YUV | 89.67 | 173.9 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 171 | 0.66 | 0.47 | 0 | 0.33 | 223.01 | 0.49 | 0.45 |
| Hex | 3A | 5A | AB | 42 | 2F | 0 | 21 | DF | 31 | 2D |
| Octal | 72 | 132 | 253 | 102 | 57 | 0 | 41 | 337 | 61 | 55 |
| Binary | 111010 | 1011010 | 10101011 | 1000010 | 101111 | 0 | 100001 | 11011111 | 110001 | 101101 |
Color Harmonies of #3A5AAB
Complementary color
Monochromatic Colors of #3A5AAB
Black with #3A5AAB
Text Example
Text Example
White with #3A5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5AAB; }
p { color: rgb(58,90,171); }
H1.HeaderClassName
{
color: #3A5AAB;
}
.AnyTagClassName
{
color: #3A5AAB;
}
</style>
background-color css
<style>
a { background-color: #3A5AAB; }
a { background-color: rgb(58,90,171); }
div.DivClassName
{
background-color: #3A5AAB;
}
.BgClassName
{
background-color: #3A5AAB;
}
</style>
border-color css
<style>
span { border-color: #3A5AAB; }
span { border-color: rgb(58,90,171); }
td.TdClassName
{
border-color: #3A5AAB;
}
.TagClassName
{
border-color: #3A5AAB;
}
</style>