Shades of Mariner #3D6DB5
Tints of Mariner #3D6DB5
RGB
CMYK
RGB Variations
Color information
#3D6DB5 (or 0x3D6DB5) is known color: Mariner. HEX triplet: 3D, 6D and B5. RGB value is (61,109,181). Sum of RGB (Red+Green+Blue) = 61+109+181=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #3D6DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6DB5 is #C2924A. Grayscale: #666666. Windows color (decimal): -12751435 or 11889981. OLE color: 11889981.
HSL color Cylindrical-coordinate representation of color #3D6DB5: hue angle of 216º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D6DB5 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 109 | 181 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.29 |
| HSL | 216º | 0.5% | 0.47% | - |
| HSV(B) | 216º | 0.66% | 0.71% | - |
| XYZ | 15.73 | 15.27 | 45.83 | - |
| YUV | 102.86 | 172.1 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 109 | 181 | 0.66 | 0.40 | 0 | 0.29 | 216 | 0.5 | 0.47 |
| Hex | 3D | 6D | B5 | 42 | 28 | 0 | 1D | D8 | 32 | 2F |
| Octal | 75 | 155 | 265 | 102 | 50 | 0 | 35 | 330 | 62 | 57 |
| Binary | 111101 | 1101101 | 10110101 | 1000010 | 101000 | 0 | 11101 | 11011000 | 110010 | 101111 |
Color Harmonies of #3D6DB5
Complementary color
Monochromatic Colors of #3D6DB5
Black with #3D6DB5
Text Example
Text Example
White with #3D6DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6DB5; }
p { color: rgb(61,109,181); }
H1.HeaderClassName
{
color: #3D6DB5;
}
.AnyTagClassName
{
color: #3D6DB5;
}
</style>
background-color css
<style>
a { background-color: #3D6DB5; }
a { background-color: rgb(61,109,181); }
div.DivClassName
{
background-color: #3D6DB5;
}
.BgClassName
{
background-color: #3D6DB5;
}
</style>
border-color css
<style>
span { border-color: #3D6DB5; }
span { border-color: rgb(61,109,181); }
td.TdClassName
{
border-color: #3D6DB5;
}
.TagClassName
{
border-color: #3D6DB5;
}
</style>