Shades of Mariner #3E64A8
Tints of Mariner #3E64A8
RGB
CMYK
RGB Variations
Color information
#3E64A8 (or 0x3E64A8) is known color: Mariner. HEX triplet: 3E, 64 and A8. RGB value is (62,100,168). Sum of RGB (Red+Green+Blue) = 62+100+168=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 168 (66.02% from 255 or 50.91% from 330); Max value from RGB is 168 - color contains mainly: blue. Hex color #3E64A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E64A8 is #C19B57. Grayscale: #606060. Windows color (decimal): -12688216 or 11035710. OLE color: 11035710.
HSL color Cylindrical-coordinate representation of color #3E64A8: hue angle of 218.49º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E64A8 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 62 | 100 | 168 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.34 |
| HSL | 218.49º | 0.46% | 0.45% | - |
| HSV(B) | 218.49º | 0.63% | 0.66% | - |
| XYZ | 13.61 | 12.97 | 38.83 | - |
| YUV | 96.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 100 | 168 | 0.63 | 0.40 | 0 | 0.34 | 218.49 | 0.46 | 0.45 |
| Hex | 3E | 64 | A8 | 3F | 28 | 0 | 22 | DA | 2E | 2D |
| Octal | 76 | 144 | 250 | 77 | 50 | 0 | 42 | 332 | 56 | 55 |
| Binary | 111110 | 1100100 | 10101000 | 111111 | 101000 | 0 | 100010 | 11011010 | 101110 | 101101 |
Color Harmonies of #3E64A8
Complementary color
Monochromatic Colors of #3E64A8
Black with #3E64A8
Text Example
Text Example
White with #3E64A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E64A8; }
p { color: rgb(62,100,168); }
H1.HeaderClassName
{
color: #3E64A8;
}
.AnyTagClassName
{
color: #3E64A8;
}
</style>
background-color css
<style>
a { background-color: #3E64A8; }
a { background-color: rgb(62,100,168); }
div.DivClassName
{
background-color: #3E64A8;
}
.BgClassName
{
background-color: #3E64A8;
}
</style>
border-color css
<style>
span { border-color: #3E64A8; }
span { border-color: rgb(62,100,168); }
td.TdClassName
{
border-color: #3E64A8;
}
.TagClassName
{
border-color: #3E64A8;
}
</style>