Shades of Mariner #3B5B9D
Tints of Mariner #3B5B9D
RGB
CMYK
RGB Variations
Color information
#3B5B9D (or 0x3B5B9D) is known color: Mariner. HEX triplet: 3B, 5B and 9D. RGB value is (59,91,157). Sum of RGB (Red+Green+Blue) = 59+91+157=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B5B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5B9D is #C4A462. Grayscale: #585858. Windows color (decimal): -12887139 or 10312507. OLE color: 10312507.
HSL color Cylindrical-coordinate representation of color #3B5B9D: hue angle of 220.41º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B5B9D is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 91 | 157 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.38 |
| HSL | 220.41º | 0.45% | 0.42% | - |
| HSV(B) | 220.41º | 0.62% | 0.62% | - |
| XYZ | 11.63 | 10.85 | 33.38 | - |
| YUV | 88.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 91 | 157 | 0.62 | 0.42 | 0 | 0.38 | 220.41 | 0.45 | 0.42 |
| Hex | 3B | 5B | 9D | 3E | 2A | 0 | 26 | DC | 2D | 2A |
| Octal | 73 | 133 | 235 | 76 | 52 | 0 | 46 | 334 | 55 | 52 |
| Binary | 111011 | 1011011 | 10011101 | 111110 | 101010 | 0 | 100110 | 11011100 | 101101 | 101010 |
Color Harmonies of #3B5B9D
Complementary color
Monochromatic Colors of #3B5B9D
Black with #3B5B9D
Text Example
Text Example
White with #3B5B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5B9D; }
p { color: rgb(59,91,157); }
H1.HeaderClassName
{
color: #3B5B9D;
}
.AnyTagClassName
{
color: #3B5B9D;
}
</style>
background-color css
<style>
a { background-color: #3B5B9D; }
a { background-color: rgb(59,91,157); }
div.DivClassName
{
background-color: #3B5B9D;
}
.BgClassName
{
background-color: #3B5B9D;
}
</style>
border-color css
<style>
span { border-color: #3B5B9D; }
span { border-color: rgb(59,91,157); }
td.TdClassName
{
border-color: #3B5B9D;
}
.TagClassName
{
border-color: #3B5B9D;
}
</style>