Shades of Mariner #355FAC
Tints of Mariner #355FAC
RGB
CMYK
RGB Variations
Color information
#355FAC (or 0x355FAC) is known color: Mariner. HEX triplet: 35, 5F and AC. RGB value is (53,95,172). Sum of RGB (Red+Green+Blue) = 53+95+172=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #355FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355FAC is #CAA053. Grayscale: #5A5A5A. Windows color (decimal): -13279316 or 11296565. OLE color: 11296565.
HSL color Cylindrical-coordinate representation of color #355FAC: hue angle of 218.82º 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 #355FAC is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 95 | 172 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.33 |
| HSL | 218.82º | 0.53% | 0.44% | - |
| HSV(B) | 218.82º | 0.69% | 0.67% | - |
| XYZ | 13.01 | 11.92 | 40.64 | - |
| YUV | 91.22 | 173.59 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 172 | 0.69 | 0.45 | 0 | 0.33 | 218.82 | 0.53 | 0.44 |
| Hex | 35 | 5F | AC | 45 | 2D | 0 | 21 | DB | 35 | 2C |
| Octal | 65 | 137 | 254 | 105 | 55 | 0 | 41 | 333 | 65 | 54 |
| Binary | 110101 | 1011111 | 10101100 | 1000101 | 101101 | 0 | 100001 | 11011011 | 110101 | 101100 |
Color Harmonies of #355FAC
Complementary color
Monochromatic Colors of #355FAC
Black with #355FAC
Text Example
Text Example
White with #355FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355FAC; }
p { color: rgb(53,95,172); }
H1.HeaderClassName
{
color: #355FAC;
}
.AnyTagClassName
{
color: #355FAC;
}
</style>
background-color css
<style>
a { background-color: #355FAC; }
a { background-color: rgb(53,95,172); }
div.DivClassName
{
background-color: #355FAC;
}
.BgClassName
{
background-color: #355FAC;
}
</style>
border-color css
<style>
span { border-color: #355FAC; }
span { border-color: rgb(53,95,172); }
td.TdClassName
{
border-color: #355FAC;
}
.TagClassName
{
border-color: #355FAC;
}
</style>