Shades of Mariner #3C64AF
Tints of Mariner #3C64AF
RGB
CMYK
RGB Variations
Color information
#3C64AF (or 0x3C64AF) is known color: Mariner. HEX triplet: 3C, 64 and AF. RGB value is (60,100,175). Sum of RGB (Red+Green+Blue) = 60+100+175=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C64AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C64AF is #C39B50. Grayscale: #606060. Windows color (decimal): -12819281 or 11494460. OLE color: 11494460.
HSL color Cylindrical-coordinate representation of color #3C64AF: hue angle of 219.13º 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 #3C64AF is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 100 | 175 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.31 |
| HSL | 219.13º | 0.49% | 0.46% | - |
| HSV(B) | 219.13º | 0.66% | 0.69% | - |
| XYZ | 14.16 | 13.17 | 42.35 | - |
| YUV | 96.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 175 | 0.66 | 0.43 | 0 | 0.31 | 219.13 | 0.49 | 0.46 |
| Hex | 3C | 64 | AF | 42 | 2B | 0 | 1F | DB | 31 | 2E |
| Octal | 74 | 144 | 257 | 102 | 53 | 0 | 37 | 333 | 61 | 56 |
| Binary | 111100 | 1100100 | 10101111 | 1000010 | 101011 | 0 | 11111 | 11011011 | 110001 | 101110 |
Color Harmonies of #3C64AF
Complementary color
Monochromatic Colors of #3C64AF
Black with #3C64AF
Text Example
Text Example
White with #3C64AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C64AF; }
p { color: rgb(60,100,175); }
H1.HeaderClassName
{
color: #3C64AF;
}
.AnyTagClassName
{
color: #3C64AF;
}
</style>
background-color css
<style>
a { background-color: #3C64AF; }
a { background-color: rgb(60,100,175); }
div.DivClassName
{
background-color: #3C64AF;
}
.BgClassName
{
background-color: #3C64AF;
}
</style>
border-color css
<style>
span { border-color: #3C64AF; }
span { border-color: rgb(60,100,175); }
td.TdClassName
{
border-color: #3C64AF;
}
.TagClassName
{
border-color: #3C64AF;
}
</style>