Shades of Mariner #39559C
Tints of Mariner #39559C
RGB
CMYK
RGB Variations
Color information
#39559C (or 0x39559C) is known color: Mariner. HEX triplet: 39, 55 and 9C. RGB value is (57,85,156). Sum of RGB (Red+Green+Blue) = 57+85+156=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #39559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39559C is #C6AA63. Grayscale: #545454. Windows color (decimal): -13019748 or 10245433. OLE color: 10245433.
HSL color Cylindrical-coordinate representation of color #39559C: hue angle of 223.03º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39559C is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 85 | 156 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.39 |
| HSL | 223.03º | 0.46% | 0.42% | - |
| HSV(B) | 223.03º | 0.63% | 0.61% | - |
| XYZ | 10.94 | 9.77 | 32.76 | - |
| YUV | 84.72 | 168.22 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 85 | 156 | 0.63 | 0.46 | 0 | 0.39 | 223.03 | 0.46 | 0.42 |
| Hex | 39 | 55 | 9C | 3F | 2E | 0 | 27 | DF | 2E | 2A |
| Octal | 71 | 125 | 234 | 77 | 56 | 0 | 47 | 337 | 56 | 52 |
| Binary | 111001 | 1010101 | 10011100 | 111111 | 101110 | 0 | 100111 | 11011111 | 101110 | 101010 |
Color Harmonies of #39559C
Complementary color
Monochromatic Colors of #39559C
Black with #39559C
Text Example
Text Example
White with #39559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39559C; }
p { color: rgb(57,85,156); }
H1.HeaderClassName
{
color: #39559C;
}
.AnyTagClassName
{
color: #39559C;
}
</style>
background-color css
<style>
a { background-color: #39559C; }
a { background-color: rgb(57,85,156); }
div.DivClassName
{
background-color: #39559C;
}
.BgClassName
{
background-color: #39559C;
}
</style>
border-color css
<style>
span { border-color: #39559C; }
span { border-color: rgb(57,85,156); }
td.TdClassName
{
border-color: #39559C;
}
.TagClassName
{
border-color: #39559C;
}
</style>