Shades of Mariner #3E5CAF
Tints of Mariner #3E5CAF
RGB
CMYK
RGB Variations
Color information
#3E5CAF (or 0x3E5CAF) is known color: Mariner. HEX triplet: 3E, 5C and AF. RGB value is (62,92,175). Sum of RGB (Red+Green+Blue) = 62+92+175=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E5CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5CAF is #C1A350. Grayscale: #5C5C5C. Windows color (decimal): -12690257 or 11492414. OLE color: 11492414.
HSL color Cylindrical-coordinate representation of color #3E5CAF: hue angle of 224.07º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E5CAF is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 92 | 175 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.31 |
| HSL | 224.07º | 0.48% | 0.46% | - |
| HSV(B) | 224.07º | 0.65% | 0.69% | - |
| XYZ | 13.55 | 11.77 | 42.12 | - |
| YUV | 92.49 | 174.56 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 92 | 175 | 0.65 | 0.47 | 0 | 0.31 | 224.07 | 0.48 | 0.46 |
| Hex | 3E | 5C | AF | 41 | 2F | 0 | 1F | E0 | 30 | 2E |
| Octal | 76 | 134 | 257 | 101 | 57 | 0 | 37 | 340 | 60 | 56 |
| Binary | 111110 | 1011100 | 10101111 | 1000001 | 101111 | 0 | 11111 | 11100000 | 110000 | 101110 |
Color Harmonies of #3E5CAF
Complementary color
Monochromatic Colors of #3E5CAF
Black with #3E5CAF
Text Example
Text Example
White with #3E5CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5CAF; }
p { color: rgb(62,92,175); }
H1.HeaderClassName
{
color: #3E5CAF;
}
.AnyTagClassName
{
color: #3E5CAF;
}
</style>
background-color css
<style>
a { background-color: #3E5CAF; }
a { background-color: rgb(62,92,175); }
div.DivClassName
{
background-color: #3E5CAF;
}
.BgClassName
{
background-color: #3E5CAF;
}
</style>
border-color css
<style>
span { border-color: #3E5CAF; }
span { border-color: rgb(62,92,175); }
td.TdClassName
{
border-color: #3E5CAF;
}
.TagClassName
{
border-color: #3E5CAF;
}
</style>