Shades of Mariner #3558AB
Tints of Mariner #3558AB
RGB
CMYK
RGB Variations
Color information
#3558AB (or 0x3558AB) is known color: Mariner. HEX triplet: 35, 58 and AB. RGB value is (53,88,171). Sum of RGB (Red+Green+Blue) = 53+88+171=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #3558AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3558AB is #CAA754. Grayscale: #565656. Windows color (decimal): -13281109 or 11229237. OLE color: 11229237.
HSL color Cylindrical-coordinate representation of color #3558AB: hue angle of 222.2º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3558AB is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 88 | 171 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.33 |
| HSL | 222.2º | 0.53% | 0.44% | - |
| HSV(B) | 222.2º | 0.69% | 0.67% | - |
| XYZ | 12.31 | 10.68 | 39.94 | - |
| YUV | 87 | 175.4 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 171 | 0.69 | 0.49 | 0 | 0.33 | 222.2 | 0.53 | 0.44 |
| Hex | 35 | 58 | AB | 45 | 31 | 0 | 21 | DE | 35 | 2C |
| Octal | 65 | 130 | 253 | 105 | 61 | 0 | 41 | 336 | 65 | 54 |
| Binary | 110101 | 1011000 | 10101011 | 1000101 | 110001 | 0 | 100001 | 11011110 | 110101 | 101100 |
Color Harmonies of #3558AB
Complementary color
Monochromatic Colors of #3558AB
Black with #3558AB
Text Example
Text Example
White with #3558AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3558AB; }
p { color: rgb(53,88,171); }
H1.HeaderClassName
{
color: #3558AB;
}
.AnyTagClassName
{
color: #3558AB;
}
</style>
background-color css
<style>
a { background-color: #3558AB; }
a { background-color: rgb(53,88,171); }
div.DivClassName
{
background-color: #3558AB;
}
.BgClassName
{
background-color: #3558AB;
}
</style>
border-color css
<style>
span { border-color: #3558AB; }
span { border-color: rgb(53,88,171); }
td.TdClassName
{
border-color: #3558AB;
}
.TagClassName
{
border-color: #3558AB;
}
</style>