Shades of Mariner #3C5B9D
Tints of Mariner #3C5B9D
RGB
CMYK
RGB Variations
Color information
#3C5B9D (or 0x3C5B9D) is known color: Mariner. HEX triplet: 3C, 5B and 9D. RGB value is (60,91,157). Sum of RGB (Red+Green+Blue) = 60+91+157=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C5B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5B9D is #C3A462. Grayscale: #585858. Windows color (decimal): -12821603 or 10312508. OLE color: 10312508.
HSL color Cylindrical-coordinate representation of color #3C5B9D: hue angle of 220.82º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C5B9D is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 91 | 157 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.38 |
| HSL | 220.82º | 0.45% | 0.43% | - |
| HSV(B) | 220.82º | 0.62% | 0.62% | - |
| XYZ | 11.69 | 10.88 | 33.38 | - |
| YUV | 89.26 | 166.23 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 91 | 157 | 0.62 | 0.42 | 0 | 0.38 | 220.82 | 0.45 | 0.43 |
| Hex | 3C | 5B | 9D | 3E | 2A | 0 | 26 | DD | 2D | 2B |
| Octal | 74 | 133 | 235 | 76 | 52 | 0 | 46 | 335 | 55 | 53 |
| Binary | 111100 | 1011011 | 10011101 | 111110 | 101010 | 0 | 100110 | 11011101 | 101101 | 101011 |
Color Harmonies of #3C5B9D
Complementary color
Monochromatic Colors of #3C5B9D
Black with #3C5B9D
Text Example
Text Example
White with #3C5B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5B9D; }
p { color: rgb(60,91,157); }
H1.HeaderClassName
{
color: #3C5B9D;
}
.AnyTagClassName
{
color: #3C5B9D;
}
</style>
background-color css
<style>
a { background-color: #3C5B9D; }
a { background-color: rgb(60,91,157); }
div.DivClassName
{
background-color: #3C5B9D;
}
.BgClassName
{
background-color: #3C5B9D;
}
</style>
border-color css
<style>
span { border-color: #3C5B9D; }
span { border-color: rgb(60,91,157); }
td.TdClassName
{
border-color: #3C5B9D;
}
.TagClassName
{
border-color: #3C5B9D;
}
</style>