Shades of Mariner #3B5BB1
Tints of Mariner #3B5BB1
RGB
CMYK
RGB Variations
Color information
#3B5BB1 (or 0x3B5BB1) is known color: Mariner. HEX triplet: 3B, 5B and B1. RGB value is (59,91,177). Sum of RGB (Red+Green+Blue) = 59+91+177=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #3B5BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5BB1 is #C4A44E. Grayscale: #5A5A5A. Windows color (decimal): -12887119 or 11623227. OLE color: 11623227.
HSL color Cylindrical-coordinate representation of color #3B5BB1: hue angle of 223.73º 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 #3B5BB1 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 91 | 177 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.31 |
| HSL | 223.73º | 0.5% | 0.46% | - |
| HSV(B) | 223.73º | 0.67% | 0.69% | - |
| XYZ | 13.48 | 11.59 | 43.12 | - |
| YUV | 91.24 | 176.4 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 91 | 177 | 0.67 | 0.49 | 0 | 0.31 | 223.73 | 0.5 | 0.46 |
| Hex | 3B | 5B | B1 | 43 | 31 | 0 | 1F | E0 | 32 | 2E |
| Octal | 73 | 133 | 261 | 103 | 61 | 0 | 37 | 340 | 62 | 56 |
| Binary | 111011 | 1011011 | 10110001 | 1000011 | 110001 | 0 | 11111 | 11100000 | 110010 | 101110 |
Color Harmonies of #3B5BB1
Complementary color
Monochromatic Colors of #3B5BB1
Black with #3B5BB1
Text Example
Text Example
White with #3B5BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5BB1; }
p { color: rgb(59,91,177); }
H1.HeaderClassName
{
color: #3B5BB1;
}
.AnyTagClassName
{
color: #3B5BB1;
}
</style>
background-color css
<style>
a { background-color: #3B5BB1; }
a { background-color: rgb(59,91,177); }
div.DivClassName
{
background-color: #3B5BB1;
}
.BgClassName
{
background-color: #3B5BB1;
}
</style>
border-color css
<style>
span { border-color: #3B5BB1; }
span { border-color: rgb(59,91,177); }
td.TdClassName
{
border-color: #3B5BB1;
}
.TagClassName
{
border-color: #3B5BB1;
}
</style>