Shades of Mariner #3C589C
Tints of Mariner #3C589C
RGB
CMYK
RGB Variations
Color information
#3C589C (or 0x3C589C) is known color: Mariner. HEX triplet: 3C, 58 and 9C. RGB value is (60,88,156). Sum of RGB (Red+Green+Blue) = 60+88+156=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C589C is #C3A763. Grayscale: #575757. Windows color (decimal): -12822372 or 10246204. OLE color: 10246204.
HSL color Cylindrical-coordinate representation of color #3C589C: hue angle of 222.5º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C589C is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 88 | 156 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.39 |
| HSL | 222.5º | 0.44% | 0.42% | - |
| HSV(B) | 222.5º | 0.62% | 0.61% | - |
| XYZ | 11.35 | 10.34 | 32.85 | - |
| YUV | 87.38 | 166.72 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 156 | 0.62 | 0.44 | 0 | 0.39 | 222.5 | 0.44 | 0.42 |
| Hex | 3C | 58 | 9C | 3E | 2C | 0 | 27 | DE | 2C | 2A |
| Octal | 74 | 130 | 234 | 76 | 54 | 0 | 47 | 336 | 54 | 52 |
| Binary | 111100 | 1011000 | 10011100 | 111110 | 101100 | 0 | 100111 | 11011110 | 101100 | 101010 |
Color Harmonies of #3C589C
Complementary color
Monochromatic Colors of #3C589C
Black with #3C589C
Text Example
Text Example
White with #3C589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C589C; }
p { color: rgb(60,88,156); }
H1.HeaderClassName
{
color: #3C589C;
}
.AnyTagClassName
{
color: #3C589C;
}
</style>
background-color css
<style>
a { background-color: #3C589C; }
a { background-color: rgb(60,88,156); }
div.DivClassName
{
background-color: #3C589C;
}
.BgClassName
{
background-color: #3C589C;
}
</style>
border-color css
<style>
span { border-color: #3C589C; }
span { border-color: rgb(60,88,156); }
td.TdClassName
{
border-color: #3C589C;
}
.TagClassName
{
border-color: #3C589C;
}
</style>