Shades of Mariner #39569E
Tints of Mariner #39569E
RGB
CMYK
RGB Variations
Color information
#39569E (or 0x39569E) is known color: Mariner. HEX triplet: 39, 56 and 9E. RGB value is (57,86,158). Sum of RGB (Red+Green+Blue) = 57+86+158=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #39569E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39569E is #C6A961. Grayscale: #555555. Windows color (decimal): -13019490 or 10376761. OLE color: 10376761.
HSL color Cylindrical-coordinate representation of color #39569E: hue angle of 222.77º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39569E is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 86 | 158 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.38 |
| HSL | 222.77º | 0.47% | 0.42% | - |
| HSV(B) | 222.77º | 0.64% | 0.62% | - |
| XYZ | 11.19 | 9.99 | 33.69 | - |
| YUV | 85.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 86 | 158 | 0.64 | 0.46 | 0 | 0.38 | 222.77 | 0.47 | 0.42 |
| Hex | 39 | 56 | 9E | 40 | 2E | 0 | 26 | DF | 2F | 2A |
| Octal | 71 | 126 | 236 | 100 | 56 | 0 | 46 | 337 | 57 | 52 |
| Binary | 111001 | 1010110 | 10011110 | 1000000 | 101110 | 0 | 100110 | 11011111 | 101111 | 101010 |
Color Harmonies of #39569E
Complementary color
Monochromatic Colors of #39569E
Black with #39569E
Text Example
Text Example
White with #39569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39569E; }
p { color: rgb(57,86,158); }
H1.HeaderClassName
{
color: #39569E;
}
.AnyTagClassName
{
color: #39569E;
}
</style>
background-color css
<style>
a { background-color: #39569E; }
a { background-color: rgb(57,86,158); }
div.DivClassName
{
background-color: #39569E;
}
.BgClassName
{
background-color: #39569E;
}
</style>
border-color css
<style>
span { border-color: #39569E; }
span { border-color: rgb(57,86,158); }
td.TdClassName
{
border-color: #39569E;
}
.TagClassName
{
border-color: #39569E;
}
</style>