#355E9D

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

Shades of Mariner #355E9D

Tints of Mariner #355E9D

Color information

#355E9D (or 0x355E9D) is unknown color: approx Mariner. HEX triplet: 35, 5E and 9D. RGB value is (53,94,157). Sum of RGB (Red+Green+Blue) = 53+94+157=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #355E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355E9D is #CAA162. Grayscale: #585858. Windows color (decimal): -13279587 or 10313269. OLE color: 10313269.

HSL color Cylindrical-coordinate representation of color #355E9D: hue angle of 216.35º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #355E9D is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5394157-
CMYK0.660.4000.38
HSL216.35º49.52%41.18%-
HSV(B)216.35º66.24%61.57%-
XYZ11.5611.233.45-
YUV88.92166.42102.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.43%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 157 (61.72% from 255) = 51.64%
R=17.43%
G=30.92%
B=51.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53941570.660.4000.38216.3549.5241.18
Hex355E9D4228026d83229
Octal65136235102500463306251
Binary1101011011110100111011000010101000010011011011000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,94,157); }

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

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

 a { background-color: rgb(53,94,157); }

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

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

 span { border-color: rgb(53,94,157); }

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