Shades of Mariner #3C69AE
Tints of Mariner #3C69AE
RGB
CMYK
RGB Variations
Color information
#3C69AE (or 0x3C69AE) is known color: Mariner. HEX triplet: 3C, 69 and AE. RGB value is (60,105,174). Sum of RGB (Red+Green+Blue) = 60+105+174=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C69AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C69AE is #C39651. Grayscale: #636363. Windows color (decimal): -12818002 or 11430204. OLE color: 11430204.
HSL color Cylindrical-coordinate representation of color #3C69AE: hue angle of 216.32º 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 #3C69AE is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 105 | 174 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.32 |
| HSL | 216.32º | 0.49% | 0.46% | - |
| HSV(B) | 216.32º | 0.66% | 0.68% | - |
| XYZ | 14.56 | 14.12 | 42 | - |
| YUV | 99.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 174 | 0.66 | 0.40 | 0 | 0.32 | 216.32 | 0.49 | 0.46 |
| Hex | 3C | 69 | AE | 42 | 28 | 0 | 20 | D8 | 31 | 2E |
| Octal | 74 | 151 | 256 | 102 | 50 | 0 | 40 | 330 | 61 | 56 |
| Binary | 111100 | 1101001 | 10101110 | 1000010 | 101000 | 0 | 100000 | 11011000 | 110001 | 101110 |
Color Harmonies of #3C69AE
Complementary color
Monochromatic Colors of #3C69AE
Black with #3C69AE
Text Example
Text Example
White with #3C69AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C69AE; }
p { color: rgb(60,105,174); }
H1.HeaderClassName
{
color: #3C69AE;
}
.AnyTagClassName
{
color: #3C69AE;
}
</style>
background-color css
<style>
a { background-color: #3C69AE; }
a { background-color: rgb(60,105,174); }
div.DivClassName
{
background-color: #3C69AE;
}
.BgClassName
{
background-color: #3C69AE;
}
</style>
border-color css
<style>
span { border-color: #3C69AE; }
span { border-color: rgb(60,105,174); }
td.TdClassName
{
border-color: #3C69AE;
}
.TagClassName
{
border-color: #3C69AE;
}
</style>