Shades of Mariner #3D599B
Tints of Mariner #3D599B
RGB
CMYK
RGB Variations
Color information
#3D599B (or 0x3D599B) is known color: Mariner. HEX triplet: 3D, 59 and 9B. RGB value is (61,89,155). Sum of RGB (Red+Green+Blue) = 61+89+155=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D599B is #C2A664. Grayscale: #575757. Windows color (decimal): -12756581 or 10180925. OLE color: 10180925.
HSL color Cylindrical-coordinate representation of color #3D599B: hue angle of 222.13º 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 #3D599B is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 89 | 155 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.39 |
| HSL | 222.13º | 0.44% | 0.42% | - |
| HSV(B) | 222.13º | 0.61% | 0.61% | - |
| XYZ | 11.41 | 10.5 | 32.44 | - |
| YUV | 88.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 155 | 0.61 | 0.43 | 0 | 0.39 | 222.13 | 0.44 | 0.42 |
| Hex | 3D | 59 | 9B | 3D | 2B | 0 | 27 | DE | 2C | 2A |
| Octal | 75 | 131 | 233 | 75 | 53 | 0 | 47 | 336 | 54 | 52 |
| Binary | 111101 | 1011001 | 10011011 | 111101 | 101011 | 0 | 100111 | 11011110 | 101100 | 101010 |
Color Harmonies of #3D599B
Complementary color
Monochromatic Colors of #3D599B
Black with #3D599B
Text Example
Text Example
White with #3D599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D599B; }
p { color: rgb(61,89,155); }
H1.HeaderClassName
{
color: #3D599B;
}
.AnyTagClassName
{
color: #3D599B;
}
</style>
background-color css
<style>
a { background-color: #3D599B; }
a { background-color: rgb(61,89,155); }
div.DivClassName
{
background-color: #3D599B;
}
.BgClassName
{
background-color: #3D599B;
}
</style>
border-color css
<style>
span { border-color: #3D599B; }
span { border-color: rgb(61,89,155); }
td.TdClassName
{
border-color: #3D599B;
}
.TagClassName
{
border-color: #3D599B;
}
</style>