Shades of Mariner #3B569B
Tints of Mariner #3B569B
RGB
CMYK
RGB Variations
Color information
#3B569B (or 0x3B569B) is known color: Mariner. HEX triplet: 3B, 56 and 9B. RGB value is (59,86,155). Sum of RGB (Red+Green+Blue) = 59+86+155=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B569B is #C4A964. Grayscale: #555555. Windows color (decimal): -12888421 or 10180155. OLE color: 10180155.
HSL color Cylindrical-coordinate representation of color #3B569B: hue angle of 223.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B569B is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 86 | 155 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.39 |
| HSL | 223.13º | 0.45% | 0.42% | - |
| HSV(B) | 223.13º | 0.62% | 0.61% | - |
| XYZ | 11.05 | 9.95 | 32.35 | - |
| YUV | 85.79 | 167.05 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 86 | 155 | 0.62 | 0.45 | 0 | 0.39 | 223.13 | 0.45 | 0.42 |
| Hex | 3B | 56 | 9B | 3E | 2D | 0 | 27 | DF | 2D | 2A |
| Octal | 73 | 126 | 233 | 76 | 55 | 0 | 47 | 337 | 55 | 52 |
| Binary | 111011 | 1010110 | 10011011 | 111110 | 101101 | 0 | 100111 | 11011111 | 101101 | 101010 |
Color Harmonies of #3B569B
Complementary color
Monochromatic Colors of #3B569B
Black with #3B569B
Text Example
Text Example
White with #3B569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B569B; }
p { color: rgb(59,86,155); }
H1.HeaderClassName
{
color: #3B569B;
}
.AnyTagClassName
{
color: #3B569B;
}
</style>
background-color css
<style>
a { background-color: #3B569B; }
a { background-color: rgb(59,86,155); }
div.DivClassName
{
background-color: #3B569B;
}
.BgClassName
{
background-color: #3B569B;
}
</style>
border-color css
<style>
span { border-color: #3B569B; }
span { border-color: rgb(59,86,155); }
td.TdClassName
{
border-color: #3B569B;
}
.TagClassName
{
border-color: #3B569B;
}
</style>