Shades of Mariner #355CAA
Tints of Mariner #355CAA
RGB
CMYK
RGB Variations
Color information
#355CAA (or 0x355CAA) is known color: Mariner. HEX triplet: 35, 5C and AA. RGB value is (53,92,170). Sum of RGB (Red+Green+Blue) = 53+92+170=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #355CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355CAA is #CAA355. Grayscale: #585858. Windows color (decimal): -13280086 or 11164725. OLE color: 11164725.
HSL color Cylindrical-coordinate representation of color #355CAA: hue angle of 220º degrees, saturation: 0.52, 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 #355CAA is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 92 | 170 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.33 |
| HSL | 220º | 0.52% | 0.44% | - |
| HSV(B) | 220º | 0.69% | 0.67% | - |
| XYZ | 12.55 | 11.31 | 39.55 | - |
| YUV | 89.23 | 173.58 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 170 | 0.69 | 0.46 | 0 | 0.33 | 220 | 0.52 | 0.44 |
| Hex | 35 | 5C | AA | 45 | 2E | 0 | 21 | DC | 34 | 2C |
| Octal | 65 | 134 | 252 | 105 | 56 | 0 | 41 | 334 | 64 | 54 |
| Binary | 110101 | 1011100 | 10101010 | 1000101 | 101110 | 0 | 100001 | 11011100 | 110100 | 101100 |
Color Harmonies of #355CAA
Complementary color
Monochromatic Colors of #355CAA
Black with #355CAA
Text Example
Text Example
White with #355CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CAA; }
p { color: rgb(53,92,170); }
H1.HeaderClassName
{
color: #355CAA;
}
.AnyTagClassName
{
color: #355CAA;
}
</style>
background-color css
<style>
a { background-color: #355CAA; }
a { background-color: rgb(53,92,170); }
div.DivClassName
{
background-color: #355CAA;
}
.BgClassName
{
background-color: #355CAA;
}
</style>
border-color css
<style>
span { border-color: #355CAA; }
span { border-color: rgb(53,92,170); }
td.TdClassName
{
border-color: #355CAA;
}
.TagClassName
{
border-color: #355CAA;
}
</style>