Shades of Mariner #3B5AAB
Tints of Mariner #3B5AAB
RGB
CMYK
RGB Variations
Color information
#3B5AAB (or 0x3B5AAB) is known color: Mariner. HEX triplet: 3B, 5A and AB. RGB value is (59,90,171). Sum of RGB (Red+Green+Blue) = 59+90+171=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B5AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5AAB is #C4A554. Grayscale: #595959. Windows color (decimal): -12887381 or 11229755. OLE color: 11229755.
HSL color Cylindrical-coordinate representation of color #3B5AAB: hue angle of 223.39º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B5AAB is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 90 | 171 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.33 |
| HSL | 223.39º | 0.49% | 0.45% | - |
| HSV(B) | 223.39º | 0.65% | 0.67% | - |
| XYZ | 12.81 | 11.18 | 40.01 | - |
| YUV | 89.97 | 173.73 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 90 | 171 | 0.65 | 0.47 | 0 | 0.33 | 223.39 | 0.49 | 0.45 |
| Hex | 3B | 5A | AB | 41 | 2F | 0 | 21 | DF | 31 | 2D |
| Octal | 73 | 132 | 253 | 101 | 57 | 0 | 41 | 337 | 61 | 55 |
| Binary | 111011 | 1011010 | 10101011 | 1000001 | 101111 | 0 | 100001 | 11011111 | 110001 | 101101 |
Color Harmonies of #3B5AAB
Complementary color
Monochromatic Colors of #3B5AAB
Black with #3B5AAB
Text Example
Text Example
White with #3B5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5AAB; }
p { color: rgb(59,90,171); }
H1.HeaderClassName
{
color: #3B5AAB;
}
.AnyTagClassName
{
color: #3B5AAB;
}
</style>
background-color css
<style>
a { background-color: #3B5AAB; }
a { background-color: rgb(59,90,171); }
div.DivClassName
{
background-color: #3B5AAB;
}
.BgClassName
{
background-color: #3B5AAB;
}
</style>
border-color css
<style>
span { border-color: #3B5AAB; }
span { border-color: rgb(59,90,171); }
td.TdClassName
{
border-color: #3B5AAB;
}
.TagClassName
{
border-color: #3B5AAB;
}
</style>