Shades of Mariner #3C62AF
Tints of Mariner #3C62AF
RGB
CMYK
RGB Variations
Color information
#3C62AF (or 0x3C62AF) is known color: Mariner. HEX triplet: 3C, 62 and AF. RGB value is (60,98,175). Sum of RGB (Red+Green+Blue) = 60+98+175=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C62AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C62AF is #C39D50. Grayscale: #5F5F5F. Windows color (decimal): -12819793 or 11493948. OLE color: 11493948.
HSL color Cylindrical-coordinate representation of color #3C62AF: hue angle of 220.17º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C62AF is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 98 | 175 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.31 |
| HSL | 220.17º | 0.49% | 0.46% | - |
| HSV(B) | 220.17º | 0.66% | 0.69% | - |
| XYZ | 13.97 | 12.79 | 42.29 | - |
| YUV | 95.42 | 172.91 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 175 | 0.66 | 0.44 | 0 | 0.31 | 220.17 | 0.49 | 0.46 |
| Hex | 3C | 62 | AF | 42 | 2C | 0 | 1F | DC | 31 | 2E |
| Octal | 74 | 142 | 257 | 102 | 54 | 0 | 37 | 334 | 61 | 56 |
| Binary | 111100 | 1100010 | 10101111 | 1000010 | 101100 | 0 | 11111 | 11011100 | 110001 | 101110 |
Color Harmonies of #3C62AF
Complementary color
Monochromatic Colors of #3C62AF
Black with #3C62AF
Text Example
Text Example
White with #3C62AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C62AF; }
p { color: rgb(60,98,175); }
H1.HeaderClassName
{
color: #3C62AF;
}
.AnyTagClassName
{
color: #3C62AF;
}
</style>
background-color css
<style>
a { background-color: #3C62AF; }
a { background-color: rgb(60,98,175); }
div.DivClassName
{
background-color: #3C62AF;
}
.BgClassName
{
background-color: #3C62AF;
}
</style>
border-color css
<style>
span { border-color: #3C62AF; }
span { border-color: rgb(60,98,175); }
td.TdClassName
{
border-color: #3C62AF;
}
.TagClassName
{
border-color: #3C62AF;
}
</style>