Shades of Mariner #3E5CA2
Tints of Mariner #3E5CA2
RGB
CMYK
RGB Variations
Color information
#3E5CA2 (or 0x3E5CA2) is known color: Mariner. HEX triplet: 3E, 5C and A2. RGB value is (62,92,162). Sum of RGB (Red+Green+Blue) = 62+92+162=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 162 (63.67% from 255 or 51.27% from 316); Max value from RGB is 162 - color contains mainly: blue. Hex color #3E5CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5CA2 is #C1A35D. Grayscale: #5A5A5A. Windows color (decimal): -12690270 or 10640446. OLE color: 10640446.
HSL color Cylindrical-coordinate representation of color #3E5CA2: hue angle of 222º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E5CA2 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 62 | 92 | 162 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.36 |
| HSL | 222º | 0.45% | 0.44% | - |
| HSV(B) | 222º | 0.62% | 0.64% | - |
| XYZ | 12.34 | 11.29 | 35.71 | - |
| YUV | 91.01 | 168.06 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 92 | 162 | 0.62 | 0.43 | 0 | 0.36 | 222 | 0.45 | 0.44 |
| Hex | 3E | 5C | A2 | 3E | 2B | 0 | 24 | DE | 2D | 2C |
| Octal | 76 | 134 | 242 | 76 | 53 | 0 | 44 | 336 | 55 | 54 |
| Binary | 111110 | 1011100 | 10100010 | 111110 | 101011 | 0 | 100100 | 11011110 | 101101 | 101100 |
Color Harmonies of #3E5CA2
Complementary color
Monochromatic Colors of #3E5CA2
Black with #3E5CA2
Text Example
Text Example
White with #3E5CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5CA2; }
p { color: rgb(62,92,162); }
H1.HeaderClassName
{
color: #3E5CA2;
}
.AnyTagClassName
{
color: #3E5CA2;
}
</style>
background-color css
<style>
a { background-color: #3E5CA2; }
a { background-color: rgb(62,92,162); }
div.DivClassName
{
background-color: #3E5CA2;
}
.BgClassName
{
background-color: #3E5CA2;
}
</style>
border-color css
<style>
span { border-color: #3E5CA2; }
span { border-color: rgb(62,92,162); }
td.TdClassName
{
border-color: #3E5CA2;
}
.TagClassName
{
border-color: #3E5CA2;
}
</style>