#355CA9

Color #355CA9 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #355CA9

Tints of Mariner #355CA9

Color information

#355CA9 (or 0x355CA9) is unknown color: approx Mariner. HEX triplet: 35, 5C and A9. RGB value is (53,92,169). Sum of RGB (Red+Green+Blue) = 53+92+169=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #355CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355CA9 is #CAA356. Grayscale: #585858. Windows color (decimal): -13280087 or 11099189. OLE color: 11099189.

HSL color Cylindrical-coordinate representation of color #355CA9: hue angle of 219.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #355CA9 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5392169-
CMYK0.690.4600.34
HSL219.83º52.25%43.53%-
HSV(B)219.83º68.64%66.27%-
XYZ12.4611.2839.06-
YUV89.12173.08102.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 169 (66.41% from 255) = 53.82%
R=16.88%
G=29.30%
B=53.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal53921690.690.4600.34219.8352.2543.53
Hex355CA9452E022dc342c
Octal65134251105560423346454
Binary1101011011100101010011000101101110010001011011100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355CA9; }

 p { color: rgb(53,92,169); }

 H1.HeaderClassName
 {
   color: #355CA9;
 }
 .AnyTagClassName
 {
   color: #355CA9;
 }
</style>
background-color css

<style>
 a { background-color: #355CA9; }

 a { background-color: rgb(53,92,169); }

 div.DivClassName
 {
   background-color: #355CA9;
 }
 .BgClassName
 {
   background-color: #355CA9;
 }
</style>
border-color css

<style>
 span { border-color: #355CA9; }

 span { border-color: rgb(53,92,169); }

 td.TdClassName
 {
   border-color: #355CA9;
 }
 .TagClassName
 {
   border-color: #355CA9;
 }
</style>