Shades of Mariner #3B609C
Tints of Mariner #3B609C
RGB
CMYK
RGB Variations
Color information
#3B609C (or 0x3B609C) is known color: Mariner. HEX triplet: 3B, 60 and 9C. RGB value is (59,96,156). Sum of RGB (Red+Green+Blue) = 59+96+156=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B609C is #C49F63. Grayscale: #5B5B5B. Windows color (decimal): -12885860 or 10248251. OLE color: 10248251.
HSL color Cylindrical-coordinate representation of color #3B609C: hue angle of 217.11º 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 #3B609C is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 96 | 156 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.39 |
| HSL | 217.11º | 0.45% | 0.42% | - |
| HSV(B) | 217.11º | 0.62% | 0.61% | - |
| XYZ | 11.99 | 11.7 | 33.08 | - |
| YUV | 91.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 96 | 156 | 0.62 | 0.38 | 0 | 0.39 | 217.11 | 0.45 | 0.42 |
| Hex | 3B | 60 | 9C | 3E | 26 | 0 | 27 | D9 | 2D | 2A |
| Octal | 73 | 140 | 234 | 76 | 46 | 0 | 47 | 331 | 55 | 52 |
| Binary | 111011 | 1100000 | 10011100 | 111110 | 100110 | 0 | 100111 | 11011001 | 101101 | 101010 |
Color Harmonies of #3B609C
Complementary color
Monochromatic Colors of #3B609C
Black with #3B609C
Text Example
Text Example
White with #3B609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B609C; }
p { color: rgb(59,96,156); }
H1.HeaderClassName
{
color: #3B609C;
}
.AnyTagClassName
{
color: #3B609C;
}
</style>
background-color css
<style>
a { background-color: #3B609C; }
a { background-color: rgb(59,96,156); }
div.DivClassName
{
background-color: #3B609C;
}
.BgClassName
{
background-color: #3B609C;
}
</style>
border-color css
<style>
span { border-color: #3B609C; }
span { border-color: rgb(59,96,156); }
td.TdClassName
{
border-color: #3B609C;
}
.TagClassName
{
border-color: #3B609C;
}
</style>