Shades of Mariner #3C5CA9
Tints of Mariner #3C5CA9
RGB
CMYK
RGB Variations
Color information
#3C5CA9 (or 0x3C5CA9) is known color: Mariner. HEX triplet: 3C, 5C and A9. RGB value is (60,92,169). Sum of RGB (Red+Green+Blue) = 60+92+169=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 169 (66.41% from 255 or 52.65% from 321); Max value from RGB is 169 - color contains mainly: blue. Hex color #3C5CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5CA9 is #C3A356. Grayscale: #5A5A5A. Windows color (decimal): -12821335 or 11099196. OLE color: 11099196.
HSL color Cylindrical-coordinate representation of color #3C5CA9: hue angle of 222.39º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C5CA9 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 92 | 169 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.34 |
| HSL | 222.39º | 0.48% | 0.45% | - |
| HSV(B) | 222.39º | 0.64% | 0.66% | - |
| XYZ | 12.85 | 11.48 | 39.07 | - |
| YUV | 91.21 | 171.9 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 92 | 169 | 0.64 | 0.46 | 0 | 0.34 | 222.39 | 0.48 | 0.45 |
| Hex | 3C | 5C | A9 | 40 | 2E | 0 | 22 | DE | 30 | 2D |
| Octal | 74 | 134 | 251 | 100 | 56 | 0 | 42 | 336 | 60 | 55 |
| Binary | 111100 | 1011100 | 10101001 | 1000000 | 101110 | 0 | 100010 | 11011110 | 110000 | 101101 |
Color Harmonies of #3C5CA9
Complementary color
Monochromatic Colors of #3C5CA9
Black with #3C5CA9
Text Example
Text Example
White with #3C5CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5CA9; }
p { color: rgb(60,92,169); }
H1.HeaderClassName
{
color: #3C5CA9;
}
.AnyTagClassName
{
color: #3C5CA9;
}
</style>
background-color css
<style>
a { background-color: #3C5CA9; }
a { background-color: rgb(60,92,169); }
div.DivClassName
{
background-color: #3C5CA9;
}
.BgClassName
{
background-color: #3C5CA9;
}
</style>
border-color css
<style>
span { border-color: #3C5CA9; }
span { border-color: rgb(60,92,169); }
td.TdClassName
{
border-color: #3C5CA9;
}
.TagClassName
{
border-color: #3C5CA9;
}
</style>