Shades of Mariner #3D66A4
Tints of Mariner #3D66A4
RGB
CMYK
RGB Variations
Color information
#3D66A4 (or 0x3D66A4) is known color: Mariner. HEX triplet: 3D, 66 and A4. RGB value is (61,102,164). Sum of RGB (Red+Green+Blue) = 61+102+164=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #3D66A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D66A4 is #C2995B. Grayscale: #606060. Windows color (decimal): -12753244 or 10774077. OLE color: 10774077.
HSL color Cylindrical-coordinate representation of color #3D66A4: hue angle of 216.12º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D66A4 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 102 | 164 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.36 |
| HSL | 216.12º | 0.46% | 0.44% | - |
| HSV(B) | 216.12º | 0.63% | 0.64% | - |
| XYZ | 13.38 | 13.18 | 36.96 | - |
| YUV | 96.81 | 165.92 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 102 | 164 | 0.63 | 0.38 | 0 | 0.36 | 216.12 | 0.46 | 0.44 |
| Hex | 3D | 66 | A4 | 3F | 26 | 0 | 24 | D8 | 2E | 2C |
| Octal | 75 | 146 | 244 | 77 | 46 | 0 | 44 | 330 | 56 | 54 |
| Binary | 111101 | 1100110 | 10100100 | 111111 | 100110 | 0 | 100100 | 11011000 | 101110 | 101100 |
Color Harmonies of #3D66A4
Complementary color
Monochromatic Colors of #3D66A4
Black with #3D66A4
Text Example
Text Example
White with #3D66A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D66A4; }
p { color: rgb(61,102,164); }
H1.HeaderClassName
{
color: #3D66A4;
}
.AnyTagClassName
{
color: #3D66A4;
}
</style>
background-color css
<style>
a { background-color: #3D66A4; }
a { background-color: rgb(61,102,164); }
div.DivClassName
{
background-color: #3D66A4;
}
.BgClassName
{
background-color: #3D66A4;
}
</style>
border-color css
<style>
span { border-color: #3D66A4; }
span { border-color: rgb(61,102,164); }
td.TdClassName
{
border-color: #3D66A4;
}
.TagClassName
{
border-color: #3D66A4;
}
</style>