Shades of Mariner #3D5A98
Tints of Mariner #3D5A98
RGB
CMYK
RGB Variations
Color information
#3D5A98 (or 0x3D5A98) is known color: Mariner. HEX triplet: 3D, 5A and 98. RGB value is (61,90,152). Sum of RGB (Red+Green+Blue) = 61+90+152=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #3D5A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5A98 is #C2A567. Grayscale: #585858. Windows color (decimal): -12756328 or 9984573. OLE color: 9984573.
HSL color Cylindrical-coordinate representation of color #3D5A98: hue angle of 220.88º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D5A98 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 90 | 152 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.40 |
| HSL | 220.88º | 0.43% | 0.42% | - |
| HSV(B) | 220.88º | 0.6% | 0.6% | - |
| XYZ | 11.25 | 10.57 | 31.15 | - |
| YUV | 88.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 90 | 152 | 0.60 | 0.41 | 0 | 0.40 | 220.88 | 0.43 | 0.42 |
| Hex | 3D | 5A | 98 | 3C | 29 | 0 | 28 | DD | 2B | 2A |
| Octal | 75 | 132 | 230 | 74 | 51 | 0 | 50 | 335 | 53 | 52 |
| Binary | 111101 | 1011010 | 10011000 | 111100 | 101001 | 0 | 101000 | 11011101 | 101011 | 101010 |
Color Harmonies of #3D5A98
Complementary color
Monochromatic Colors of #3D5A98
Black with #3D5A98
Text Example
Text Example
White with #3D5A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5A98; }
p { color: rgb(61,90,152); }
H1.HeaderClassName
{
color: #3D5A98;
}
.AnyTagClassName
{
color: #3D5A98;
}
</style>
background-color css
<style>
a { background-color: #3D5A98; }
a { background-color: rgb(61,90,152); }
div.DivClassName
{
background-color: #3D5A98;
}
.BgClassName
{
background-color: #3D5A98;
}
</style>
border-color css
<style>
span { border-color: #3D5A98; }
span { border-color: rgb(61,90,152); }
td.TdClassName
{
border-color: #3D5A98;
}
.TagClassName
{
border-color: #3D5A98;
}
</style>