Shades of Mariner #3D659B
Tints of Mariner #3D659B
RGB
CMYK
RGB Variations
Color information
#3D659B (or 0x3D659B) is known color: Mariner. HEX triplet: 3D, 65 and 9B. RGB value is (61,101,155). Sum of RGB (Red+Green+Blue) = 61+101+155=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D659B is #C29A64. Grayscale: #5E5E5E. Windows color (decimal): -12753509 or 10183997. OLE color: 10183997.
HSL color Cylindrical-coordinate representation of color #3D659B: hue angle of 214.47º 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 #3D659B is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 101 | 155 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.39 |
| HSL | 214.47º | 0.44% | 0.42% | - |
| HSV(B) | 214.47º | 0.61% | 0.61% | - |
| XYZ | 12.49 | 12.67 | 32.8 | - |
| YUV | 95.2 | 161.75 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 155 | 0.61 | 0.35 | 0 | 0.39 | 214.47 | 0.44 | 0.42 |
| Hex | 3D | 65 | 9B | 3D | 23 | 0 | 27 | D6 | 2C | 2A |
| Octal | 75 | 145 | 233 | 75 | 43 | 0 | 47 | 326 | 54 | 52 |
| Binary | 111101 | 1100101 | 10011011 | 111101 | 100011 | 0 | 100111 | 11010110 | 101100 | 101010 |
Color Harmonies of #3D659B
Complementary color
Monochromatic Colors of #3D659B
Black with #3D659B
Text Example
Text Example
White with #3D659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D659B; }
p { color: rgb(61,101,155); }
H1.HeaderClassName
{
color: #3D659B;
}
.AnyTagClassName
{
color: #3D659B;
}
</style>
background-color css
<style>
a { background-color: #3D659B; }
a { background-color: rgb(61,101,155); }
div.DivClassName
{
background-color: #3D659B;
}
.BgClassName
{
background-color: #3D659B;
}
</style>
border-color css
<style>
span { border-color: #3D659B; }
span { border-color: rgb(61,101,155); }
td.TdClassName
{
border-color: #3D659B;
}
.TagClassName
{
border-color: #3D659B;
}
</style>