Shades of Mariner #3C69AB
Tints of Mariner #3C69AB
RGB
CMYK
RGB Variations
Color information
#3C69AB (or 0x3C69AB) is known color: Mariner. HEX triplet: 3C, 69 and AB. RGB value is (60,105,171). Sum of RGB (Red+Green+Blue) = 60+105+171=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C69AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C69AB is #C39654. Grayscale: #626262. Windows color (decimal): -12818005 or 11233596. OLE color: 11233596.
HSL color Cylindrical-coordinate representation of color #3C69AB: hue angle of 215.68º 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 #3C69AB is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 105 | 171 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.33 |
| HSL | 215.68º | 0.48% | 0.45% | - |
| HSV(B) | 215.68º | 0.65% | 0.67% | - |
| XYZ | 14.27 | 14 | 40.48 | - |
| YUV | 99.07 | 168.59 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 171 | 0.65 | 0.39 | 0 | 0.33 | 215.68 | 0.48 | 0.45 |
| Hex | 3C | 69 | AB | 41 | 27 | 0 | 21 | D8 | 30 | 2D |
| Octal | 74 | 151 | 253 | 101 | 47 | 0 | 41 | 330 | 60 | 55 |
| Binary | 111100 | 1101001 | 10101011 | 1000001 | 100111 | 0 | 100001 | 11011000 | 110000 | 101101 |
Color Harmonies of #3C69AB
Complementary color
Monochromatic Colors of #3C69AB
Black with #3C69AB
Text Example
Text Example
White with #3C69AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C69AB; }
p { color: rgb(60,105,171); }
H1.HeaderClassName
{
color: #3C69AB;
}
.AnyTagClassName
{
color: #3C69AB;
}
</style>
background-color css
<style>
a { background-color: #3C69AB; }
a { background-color: rgb(60,105,171); }
div.DivClassName
{
background-color: #3C69AB;
}
.BgClassName
{
background-color: #3C69AB;
}
</style>
border-color css
<style>
span { border-color: #3C69AB; }
span { border-color: rgb(60,105,171); }
td.TdClassName
{
border-color: #3C69AB;
}
.TagClassName
{
border-color: #3C69AB;
}
</style>