#355DAE

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

Shades of Mariner #355DAE

Tints of Mariner #355DAE

Color information

#355DAE (or 0x355DAE) is unknown color: approx Mariner. HEX triplet: 35, 5D and AE. RGB value is (53,93,174). Sum of RGB (Red+Green+Blue) = 53+93+174=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #355DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355DAE is #CAA251. Grayscale: #595959. Windows color (decimal): -13279826 or 11427125. OLE color: 11427125.

HSL color Cylindrical-coordinate representation of color #355DAE: hue angle of 220.17º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #355DAE is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5393174-
CMYK0.700.4700.32
HSL220.17º53.3%44.51%-
HSV(B)220.17º69.54%68.24%-
XYZ13.0211.6441.61-
YUV90.27175.25101.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 93 (36.72% from 255) = 29.06%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=16.56%
G=29.06%
B=54.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53931740.700.4700.32220.1753.344.51
Hex355DAE462F020dc352d
Octal65135256106570403346555
Binary1101011011101101011101000110101111010000011011100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,93,174); }

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

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

 a { background-color: rgb(53,93,174); }

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

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

 span { border-color: rgb(53,93,174); }

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