Shades of Mariner #3C68AE
Tints of Mariner #3C68AE
RGB
CMYK
RGB Variations
Color information
#3C68AE (or 0x3C68AE) is known color: Mariner. HEX triplet: 3C, 68 and AE. RGB value is (60,104,174). Sum of RGB (Red+Green+Blue) = 60+104+174=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C68AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C68AE is #C39751. Grayscale: #626262. Windows color (decimal): -12818258 or 11429948. OLE color: 11429948.
HSL color Cylindrical-coordinate representation of color #3C68AE: hue angle of 216.84º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C68AE is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 104 | 174 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.32 |
| HSL | 216.84º | 0.49% | 0.46% | - |
| HSV(B) | 216.84º | 0.66% | 0.68% | - |
| XYZ | 14.45 | 13.92 | 41.97 | - |
| YUV | 98.82 | 170.42 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 104 | 174 | 0.66 | 0.40 | 0 | 0.32 | 216.84 | 0.49 | 0.46 |
| Hex | 3C | 68 | AE | 42 | 28 | 0 | 20 | D9 | 31 | 2E |
| Octal | 74 | 150 | 256 | 102 | 50 | 0 | 40 | 331 | 61 | 56 |
| Binary | 111100 | 1101000 | 10101110 | 1000010 | 101000 | 0 | 100000 | 11011001 | 110001 | 101110 |
Color Harmonies of #3C68AE
Complementary color
Monochromatic Colors of #3C68AE
Black with #3C68AE
Text Example
Text Example
White with #3C68AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C68AE; }
p { color: rgb(60,104,174); }
H1.HeaderClassName
{
color: #3C68AE;
}
.AnyTagClassName
{
color: #3C68AE;
}
</style>
background-color css
<style>
a { background-color: #3C68AE; }
a { background-color: rgb(60,104,174); }
div.DivClassName
{
background-color: #3C68AE;
}
.BgClassName
{
background-color: #3C68AE;
}
</style>
border-color css
<style>
span { border-color: #3C68AE; }
span { border-color: rgb(60,104,174); }
td.TdClassName
{
border-color: #3C68AE;
}
.TagClassName
{
border-color: #3C68AE;
}
</style>