Shades of Mariner #3D62AE
Tints of Mariner #3D62AE
RGB
CMYK
RGB Variations
Color information
#3D62AE (or 0x3D62AE) is known color: Mariner. HEX triplet: 3D, 62 and AE. RGB value is (61,98,174). Sum of RGB (Red+Green+Blue) = 61+98+174=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D62AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D62AE is #C29D51. Grayscale: #5F5F5F. Windows color (decimal): -12754258 or 11428413. OLE color: 11428413.
HSL color Cylindrical-coordinate representation of color #3D62AE: hue angle of 220.35º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D62AE is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 98 | 174 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.32 |
| HSL | 220.35º | 0.48% | 0.46% | - |
| HSV(B) | 220.35º | 0.65% | 0.68% | - |
| XYZ | 13.93 | 12.78 | 41.78 | - |
| YUV | 95.6 | 172.24 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 98 | 174 | 0.65 | 0.44 | 0 | 0.32 | 220.35 | 0.48 | 0.46 |
| Hex | 3D | 62 | AE | 41 | 2C | 0 | 20 | DC | 30 | 2E |
| Octal | 75 | 142 | 256 | 101 | 54 | 0 | 40 | 334 | 60 | 56 |
| Binary | 111101 | 1100010 | 10101110 | 1000001 | 101100 | 0 | 100000 | 11011100 | 110000 | 101110 |
Color Harmonies of #3D62AE
Complementary color
Monochromatic Colors of #3D62AE
Black with #3D62AE
Text Example
Text Example
White with #3D62AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D62AE; }
p { color: rgb(61,98,174); }
H1.HeaderClassName
{
color: #3D62AE;
}
.AnyTagClassName
{
color: #3D62AE;
}
</style>
background-color css
<style>
a { background-color: #3D62AE; }
a { background-color: rgb(61,98,174); }
div.DivClassName
{
background-color: #3D62AE;
}
.BgClassName
{
background-color: #3D62AE;
}
</style>
border-color css
<style>
span { border-color: #3D62AE; }
span { border-color: rgb(61,98,174); }
td.TdClassName
{
border-color: #3D62AE;
}
.TagClassName
{
border-color: #3D62AE;
}
</style>