Shades of Mariner #3B5AB1
Tints of Mariner #3B5AB1
RGB
CMYK
RGB Variations
Color information
#3B5AB1 (or 0x3B5AB1) is known color: Mariner. HEX triplet: 3B, 5A and B1. RGB value is (59,90,177). Sum of RGB (Red+Green+Blue) = 59+90+177=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 177 (69.53% from 255 or 54.29% from 326); Max value from RGB is 177 - color contains mainly: blue. Hex color #3B5AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5AB1 is #C4A54E. Grayscale: #5A5A5A. Windows color (decimal): -12887375 or 11622971. OLE color: 11622971.
HSL color Cylindrical-coordinate representation of color #3B5AB1: hue angle of 224.24º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B5AB1 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 90 | 177 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.31 |
| HSL | 224.24º | 0.5% | 0.46% | - |
| HSV(B) | 224.24º | 0.67% | 0.69% | - |
| XYZ | 13.4 | 11.42 | 43.09 | - |
| YUV | 90.65 | 176.73 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 90 | 177 | 0.67 | 0.49 | 0 | 0.31 | 224.24 | 0.5 | 0.46 |
| Hex | 3B | 5A | B1 | 43 | 31 | 0 | 1F | E0 | 32 | 2E |
| Octal | 73 | 132 | 261 | 103 | 61 | 0 | 37 | 340 | 62 | 56 |
| Binary | 111011 | 1011010 | 10110001 | 1000011 | 110001 | 0 | 11111 | 11100000 | 110010 | 101110 |
Color Harmonies of #3B5AB1
Complementary color
Monochromatic Colors of #3B5AB1
Black with #3B5AB1
Text Example
Text Example
White with #3B5AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5AB1; }
p { color: rgb(59,90,177); }
H1.HeaderClassName
{
color: #3B5AB1;
}
.AnyTagClassName
{
color: #3B5AB1;
}
</style>
background-color css
<style>
a { background-color: #3B5AB1; }
a { background-color: rgb(59,90,177); }
div.DivClassName
{
background-color: #3B5AB1;
}
.BgClassName
{
background-color: #3B5AB1;
}
</style>
border-color css
<style>
span { border-color: #3B5AB1; }
span { border-color: rgb(59,90,177); }
td.TdClassName
{
border-color: #3B5AB1;
}
.TagClassName
{
border-color: #3B5AB1;
}
</style>