Shades of Mariner #3D5FAC
Tints of Mariner #3D5FAC
RGB
CMYK
RGB Variations
Color information
#3D5FAC (or 0x3D5FAC) is known color: Mariner. HEX triplet: 3D, 5F and AC. RGB value is (61,95,172). Sum of RGB (Red+Green+Blue) = 61+95+172=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D5FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5FAC is #C2A053. Grayscale: #5D5D5D. Windows color (decimal): -12755028 or 11296573. OLE color: 11296573.
HSL color Cylindrical-coordinate representation of color #3D5FAC: hue angle of 221.62º 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 #3D5FAC is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 95 | 172 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.33 |
| HSL | 221.62º | 0.48% | 0.46% | - |
| HSV(B) | 221.62º | 0.65% | 0.67% | - |
| XYZ | 13.46 | 12.16 | 40.67 | - |
| YUV | 93.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 95 | 172 | 0.65 | 0.45 | 0 | 0.33 | 221.62 | 0.48 | 0.46 |
| Hex | 3D | 5F | AC | 41 | 2D | 0 | 21 | DE | 30 | 2E |
| Octal | 75 | 137 | 254 | 101 | 55 | 0 | 41 | 336 | 60 | 56 |
| Binary | 111101 | 1011111 | 10101100 | 1000001 | 101101 | 0 | 100001 | 11011110 | 110000 | 101110 |
Color Harmonies of #3D5FAC
Complementary color
Monochromatic Colors of #3D5FAC
Black with #3D5FAC
Text Example
Text Example
White with #3D5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5FAC; }
p { color: rgb(61,95,172); }
H1.HeaderClassName
{
color: #3D5FAC;
}
.AnyTagClassName
{
color: #3D5FAC;
}
</style>
background-color css
<style>
a { background-color: #3D5FAC; }
a { background-color: rgb(61,95,172); }
div.DivClassName
{
background-color: #3D5FAC;
}
.BgClassName
{
background-color: #3D5FAC;
}
</style>
border-color css
<style>
span { border-color: #3D5FAC; }
span { border-color: rgb(61,95,172); }
td.TdClassName
{
border-color: #3D5FAC;
}
.TagClassName
{
border-color: #3D5FAC;
}
</style>