Shades of Mariner #3C69AA
Tints of Mariner #3C69AA
RGB
CMYK
RGB Variations
Color information
#3C69AA (or 0x3C69AA) is known color: Mariner. HEX triplet: 3C, 69 and AA. RGB value is (60,105,170). Sum of RGB (Red+Green+Blue) = 60+105+170=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C69AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C69AA is #C39655. Grayscale: #626262. Windows color (decimal): -12818006 or 11168060. OLE color: 11168060.
HSL color Cylindrical-coordinate representation of color #3C69AA: hue angle of 215.45º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C69AA is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 105 | 170 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.33 |
| HSL | 215.45º | 0.48% | 0.45% | - |
| HSV(B) | 215.45º | 0.65% | 0.67% | - |
| XYZ | 14.17 | 13.97 | 39.98 | - |
| YUV | 98.96 | 168.09 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 170 | 0.65 | 0.38 | 0 | 0.33 | 215.45 | 0.48 | 0.45 |
| Hex | 3C | 69 | AA | 41 | 26 | 0 | 21 | D7 | 30 | 2D |
| Octal | 74 | 151 | 252 | 101 | 46 | 0 | 41 | 327 | 60 | 55 |
| Binary | 111100 | 1101001 | 10101010 | 1000001 | 100110 | 0 | 100001 | 11010111 | 110000 | 101101 |
Color Harmonies of #3C69AA
Complementary color
Monochromatic Colors of #3C69AA
Black with #3C69AA
Text Example
Text Example
White with #3C69AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C69AA; }
p { color: rgb(60,105,170); }
H1.HeaderClassName
{
color: #3C69AA;
}
.AnyTagClassName
{
color: #3C69AA;
}
</style>
background-color css
<style>
a { background-color: #3C69AA; }
a { background-color: rgb(60,105,170); }
div.DivClassName
{
background-color: #3C69AA;
}
.BgClassName
{
background-color: #3C69AA;
}
</style>
border-color css
<style>
span { border-color: #3C69AA; }
span { border-color: rgb(60,105,170); }
td.TdClassName
{
border-color: #3C69AA;
}
.TagClassName
{
border-color: #3C69AA;
}
</style>