Shades of Mariner #3B5B92
Tints of Mariner #3B5B92
RGB
CMYK
RGB Variations
Color information
#3B5B92 (or 0x3B5B92) is known color: Mariner. HEX triplet: 3B, 5B and 92. RGB value is (59,91,146). Sum of RGB (Red+Green+Blue) = 59+91+146=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B5B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5B92 is #C4A46D. Grayscale: #575757. Windows color (decimal): -12887150 or 9591611. OLE color: 9591611.
HSL color Cylindrical-coordinate representation of color #3B5B92: hue angle of 217.93º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B5B92 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 91 | 146 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.43 |
| HSL | 217.93º | 0.42% | 0.4% | - |
| HSV(B) | 217.93º | 0.6% | 0.57% | - |
| XYZ | 10.73 | 10.49 | 28.65 | - |
| YUV | 87.7 | 160.9 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 91 | 146 | 0.60 | 0.38 | 0 | 0.43 | 217.93 | 0.42 | 0.4 |
| Hex | 3B | 5B | 92 | 3C | 26 | 0 | 2B | DA | 2A | 28 |
| Octal | 73 | 133 | 222 | 74 | 46 | 0 | 53 | 332 | 52 | 50 |
| Binary | 111011 | 1011011 | 10010010 | 111100 | 100110 | 0 | 101011 | 11011010 | 101010 | 101000 |
Color Harmonies of #3B5B92
Complementary color
Monochromatic Colors of #3B5B92
Black with #3B5B92
Text Example
Text Example
White with #3B5B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5B92; }
p { color: rgb(59,91,146); }
H1.HeaderClassName
{
color: #3B5B92;
}
.AnyTagClassName
{
color: #3B5B92;
}
</style>
background-color css
<style>
a { background-color: #3B5B92; }
a { background-color: rgb(59,91,146); }
div.DivClassName
{
background-color: #3B5B92;
}
.BgClassName
{
background-color: #3B5B92;
}
</style>
border-color css
<style>
span { border-color: #3B5B92; }
span { border-color: rgb(59,91,146); }
td.TdClassName
{
border-color: #3B5B92;
}
.TagClassName
{
border-color: #3B5B92;
}
</style>