Shades of Mariner #3C58AB
Tints of Mariner #3C58AB
RGB
CMYK
RGB Variations
Color information
#3C58AB (or 0x3C58AB) is known color: Mariner. HEX triplet: 3C, 58 and AB. RGB value is (60,88,171). Sum of RGB (Red+Green+Blue) = 60+88+171=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C58AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C58AB is #C3A754. Grayscale: #585858. Windows color (decimal): -12822357 or 11229244. OLE color: 11229244.
HSL color Cylindrical-coordinate representation of color #3C58AB: hue angle of 224.86º 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 #3C58AB is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 88 | 171 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.33 |
| HSL | 224.86º | 0.48% | 0.45% | - |
| HSV(B) | 224.86º | 0.65% | 0.67% | - |
| XYZ | 12.7 | 10.88 | 39.96 | - |
| YUV | 89.09 | 174.22 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 171 | 0.65 | 0.49 | 0 | 0.33 | 224.86 | 0.48 | 0.45 |
| Hex | 3C | 58 | AB | 41 | 31 | 0 | 21 | E1 | 30 | 2D |
| Octal | 74 | 130 | 253 | 101 | 61 | 0 | 41 | 341 | 60 | 55 |
| Binary | 111100 | 1011000 | 10101011 | 1000001 | 110001 | 0 | 100001 | 11100001 | 110000 | 101101 |
Color Harmonies of #3C58AB
Complementary color
Monochromatic Colors of #3C58AB
Black with #3C58AB
Text Example
Text Example
White with #3C58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C58AB; }
p { color: rgb(60,88,171); }
H1.HeaderClassName
{
color: #3C58AB;
}
.AnyTagClassName
{
color: #3C58AB;
}
</style>
background-color css
<style>
a { background-color: #3C58AB; }
a { background-color: rgb(60,88,171); }
div.DivClassName
{
background-color: #3C58AB;
}
.BgClassName
{
background-color: #3C58AB;
}
</style>
border-color css
<style>
span { border-color: #3C58AB; }
span { border-color: rgb(60,88,171); }
td.TdClassName
{
border-color: #3C58AB;
}
.TagClassName
{
border-color: #3C58AB;
}
</style>