Shades of Mariner #3C6BAB
Tints of Mariner #3C6BAB
RGB
CMYK
RGB Variations
Color information
#3C6BAB (or 0x3C6BAB) is known color: Mariner. HEX triplet: 3C, 6B and AB. RGB value is (60,107,171). Sum of RGB (Red+Green+Blue) = 60+107+171=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C6BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6BAB is #C39454. Grayscale: #636363. Windows color (decimal): -12817493 or 11234108. OLE color: 11234108.
HSL color Cylindrical-coordinate representation of color #3C6BAB: hue angle of 214.59º 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 #3C6BAB is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 107 | 171 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.33 |
| HSL | 214.59º | 0.48% | 0.45% | - |
| HSV(B) | 214.59º | 0.65% | 0.67% | - |
| XYZ | 14.47 | 14.42 | 40.55 | - |
| YUV | 100.24 | 167.93 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 107 | 171 | 0.65 | 0.37 | 0 | 0.33 | 214.59 | 0.48 | 0.45 |
| Hex | 3C | 6B | AB | 41 | 25 | 0 | 21 | D7 | 30 | 2D |
| Octal | 74 | 153 | 253 | 101 | 45 | 0 | 41 | 327 | 60 | 55 |
| Binary | 111100 | 1101011 | 10101011 | 1000001 | 100101 | 0 | 100001 | 11010111 | 110000 | 101101 |
Color Harmonies of #3C6BAB
Complementary color
Monochromatic Colors of #3C6BAB
Black with #3C6BAB
Text Example
Text Example
White with #3C6BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6BAB; }
p { color: rgb(60,107,171); }
H1.HeaderClassName
{
color: #3C6BAB;
}
.AnyTagClassName
{
color: #3C6BAB;
}
</style>
background-color css
<style>
a { background-color: #3C6BAB; }
a { background-color: rgb(60,107,171); }
div.DivClassName
{
background-color: #3C6BAB;
}
.BgClassName
{
background-color: #3C6BAB;
}
</style>
border-color css
<style>
span { border-color: #3C6BAB; }
span { border-color: rgb(60,107,171); }
td.TdClassName
{
border-color: #3C6BAB;
}
.TagClassName
{
border-color: #3C6BAB;
}
</style>