Shades of Mariner #3E5DAA
Tints of Mariner #3E5DAA
RGB
CMYK
RGB Variations
Color information
#3E5DAA (or 0x3E5DAA) is known color: Mariner. HEX triplet: 3E, 5D and AA. RGB value is (62,93,170). Sum of RGB (Red+Green+Blue) = 62+93+170=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E5DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5DAA is #C1A255. Grayscale: #5C5C5C. Windows color (decimal): -12690006 or 11164990. OLE color: 11164990.
HSL color Cylindrical-coordinate representation of color #3E5DAA: hue angle of 222.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E5DAA is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 93 | 170 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.33 |
| HSL | 222.78º | 0.47% | 0.45% | - |
| HSV(B) | 222.78º | 0.64% | 0.67% | - |
| XYZ | 13.16 | 11.76 | 39.61 | - |
| YUV | 92.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 170 | 0.64 | 0.45 | 0 | 0.33 | 222.78 | 0.47 | 0.45 |
| Hex | 3E | 5D | AA | 40 | 2D | 0 | 21 | DF | 2F | 2D |
| Octal | 76 | 135 | 252 | 100 | 55 | 0 | 41 | 337 | 57 | 55 |
| Binary | 111110 | 1011101 | 10101010 | 1000000 | 101101 | 0 | 100001 | 11011111 | 101111 | 101101 |
Color Harmonies of #3E5DAA
Complementary color
Monochromatic Colors of #3E5DAA
Black with #3E5DAA
Text Example
Text Example
White with #3E5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5DAA; }
p { color: rgb(62,93,170); }
H1.HeaderClassName
{
color: #3E5DAA;
}
.AnyTagClassName
{
color: #3E5DAA;
}
</style>
background-color css
<style>
a { background-color: #3E5DAA; }
a { background-color: rgb(62,93,170); }
div.DivClassName
{
background-color: #3E5DAA;
}
.BgClassName
{
background-color: #3E5DAA;
}
</style>
border-color css
<style>
span { border-color: #3E5DAA; }
span { border-color: rgb(62,93,170); }
td.TdClassName
{
border-color: #3E5DAA;
}
.TagClassName
{
border-color: #3E5DAA;
}
</style>