Shades of Mariner #3D6CAC
Tints of Mariner #3D6CAC
RGB
CMYK
RGB Variations
Color information
#3D6CAC (or 0x3D6CAC) is known color: Mariner. HEX triplet: 3D, 6C and AC. RGB value is (61,108,172). Sum of RGB (Red+Green+Blue) = 61+108+172=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D6CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6CAC is #C29353. Grayscale: #646464. Windows color (decimal): -12751700 or 11299901. OLE color: 11299901.
HSL color Cylindrical-coordinate representation of color #3D6CAC: hue angle of 214.59º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D6CAC is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 108 | 172 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.33 |
| HSL | 214.59º | 0.48% | 0.46% | - |
| HSV(B) | 214.59º | 0.65% | 0.67% | - |
| XYZ | 14.73 | 14.7 | 41.09 | - |
| YUV | 101.24 | 167.93 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 108 | 172 | 0.65 | 0.37 | 0 | 0.33 | 214.59 | 0.48 | 0.46 |
| Hex | 3D | 6C | AC | 41 | 25 | 0 | 21 | D7 | 30 | 2E |
| Octal | 75 | 154 | 254 | 101 | 45 | 0 | 41 | 327 | 60 | 56 |
| Binary | 111101 | 1101100 | 10101100 | 1000001 | 100101 | 0 | 100001 | 11010111 | 110000 | 101110 |
Color Harmonies of #3D6CAC
Complementary color
Monochromatic Colors of #3D6CAC
Black with #3D6CAC
Text Example
Text Example
White with #3D6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6CAC; }
p { color: rgb(61,108,172); }
H1.HeaderClassName
{
color: #3D6CAC;
}
.AnyTagClassName
{
color: #3D6CAC;
}
</style>
background-color css
<style>
a { background-color: #3D6CAC; }
a { background-color: rgb(61,108,172); }
div.DivClassName
{
background-color: #3D6CAC;
}
.BgClassName
{
background-color: #3D6CAC;
}
</style>
border-color css
<style>
span { border-color: #3D6CAC; }
span { border-color: rgb(61,108,172); }
td.TdClassName
{
border-color: #3D6CAC;
}
.TagClassName
{
border-color: #3D6CAC;
}
</style>