Shades of Mariner #3B5AAA
Tints of Mariner #3B5AAA
RGB
CMYK
RGB Variations
Color information
#3B5AAA (or 0x3B5AAA) is known color: Mariner. HEX triplet: 3B, 5A and AA. RGB value is (59,90,170). Sum of RGB (Red+Green+Blue) = 59+90+170=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B5AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5AAA is #C4A555. Grayscale: #595959. Windows color (decimal): -12887382 or 11164219. OLE color: 11164219.
HSL color Cylindrical-coordinate representation of color #3B5AAA: hue angle of 223.24º degrees, saturation: 0.48, 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 #3B5AAA is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 90 | 170 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.33 |
| HSL | 223.24º | 0.48% | 0.45% | - |
| HSV(B) | 223.24º | 0.65% | 0.67% | - |
| XYZ | 12.72 | 11.14 | 39.51 | - |
| YUV | 89.85 | 173.23 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 90 | 170 | 0.65 | 0.47 | 0 | 0.33 | 223.24 | 0.48 | 0.45 |
| Hex | 3B | 5A | AA | 41 | 2F | 0 | 21 | DF | 30 | 2D |
| Octal | 73 | 132 | 252 | 101 | 57 | 0 | 41 | 337 | 60 | 55 |
| Binary | 111011 | 1011010 | 10101010 | 1000001 | 101111 | 0 | 100001 | 11011111 | 110000 | 101101 |
Color Harmonies of #3B5AAA
Complementary color
Monochromatic Colors of #3B5AAA
Black with #3B5AAA
Text Example
Text Example
White with #3B5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5AAA; }
p { color: rgb(59,90,170); }
H1.HeaderClassName
{
color: #3B5AAA;
}
.AnyTagClassName
{
color: #3B5AAA;
}
</style>
background-color css
<style>
a { background-color: #3B5AAA; }
a { background-color: rgb(59,90,170); }
div.DivClassName
{
background-color: #3B5AAA;
}
.BgClassName
{
background-color: #3B5AAA;
}
</style>
border-color css
<style>
span { border-color: #3B5AAA; }
span { border-color: rgb(59,90,170); }
td.TdClassName
{
border-color: #3B5AAA;
}
.TagClassName
{
border-color: #3B5AAA;
}
</style>