#355FAD

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

Shades of Mariner #355FAD

Tints of Mariner #355FAD

Color information

#355FAD (or 0x355FAD) is unknown color: approx Mariner. HEX triplet: 35, 5F and AD. RGB value is (53,95,173). Sum of RGB (Red+Green+Blue) = 53+95+173=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #355FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355FAD is #CAA052. Grayscale: #5A5A5A. Windows color (decimal): -13279315 or 11362101. OLE color: 11362101.

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

Color convert

RGB5395173-
CMYK0.690.4500.32
HSL219º53.1%44.31%-
HSV(B)219º69.36%67.84%-
XYZ13.111.9641.15-
YUV91.33174.09100.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 173 (67.97% from 255) = 53.89%
R=16.51%
G=29.60%
B=53.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53951730.690.4500.3221953.144.31
Hex355FAD452D020db352c
Octal65137255105550403336554
Binary1101011011111101011011000101101101010000011011011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,95,173); }

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

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

 a { background-color: rgb(53,95,173); }

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

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

 span { border-color: rgb(53,95,173); }

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