Shades of Mariner #3D589B
Tints of Mariner #3D589B
RGB
CMYK
RGB Variations
Color information
#3D589B (or 0x3D589B) is known color: Mariner. HEX triplet: 3D, 58 and 9B. RGB value is (61,88,155). Sum of RGB (Red+Green+Blue) = 61+88+155=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D589B is #C2A764. Grayscale: #575757. Windows color (decimal): -12756837 or 10180669. OLE color: 10180669.
HSL color Cylindrical-coordinate representation of color #3D589B: hue angle of 222.77º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D589B is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 88 | 155 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.39 |
| HSL | 222.77º | 0.44% | 0.42% | - |
| HSV(B) | 222.77º | 0.61% | 0.61% | - |
| XYZ | 11.33 | 10.34 | 32.41 | - |
| YUV | 87.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 88 | 155 | 0.61 | 0.43 | 0 | 0.39 | 222.77 | 0.44 | 0.42 |
| Hex | 3D | 58 | 9B | 3D | 2B | 0 | 27 | DF | 2C | 2A |
| Octal | 75 | 130 | 233 | 75 | 53 | 0 | 47 | 337 | 54 | 52 |
| Binary | 111101 | 1011000 | 10011011 | 111101 | 101011 | 0 | 100111 | 11011111 | 101100 | 101010 |
Color Harmonies of #3D589B
Complementary color
Monochromatic Colors of #3D589B
Black with #3D589B
Text Example
Text Example
White with #3D589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D589B; }
p { color: rgb(61,88,155); }
H1.HeaderClassName
{
color: #3D589B;
}
.AnyTagClassName
{
color: #3D589B;
}
</style>
background-color css
<style>
a { background-color: #3D589B; }
a { background-color: rgb(61,88,155); }
div.DivClassName
{
background-color: #3D589B;
}
.BgClassName
{
background-color: #3D589B;
}
</style>
border-color css
<style>
span { border-color: #3D589B; }
span { border-color: rgb(61,88,155); }
td.TdClassName
{
border-color: #3D589B;
}
.TagClassName
{
border-color: #3D589B;
}
</style>