#355E9C

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

Shades of Mariner #355E9C

Tints of Mariner #355E9C

Color information

#355E9C (or 0x355E9C) is unknown color: approx Mariner. HEX triplet: 35, 5E and 9C. RGB value is (53,94,156). Sum of RGB (Red+Green+Blue) = 53+94+156=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #355E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355E9C is #CAA163. Grayscale: #585858. Windows color (decimal): -13279588 or 10247733. OLE color: 10247733.

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

Color convert

RGB5394156-
CMYK0.660.4000.39
HSL216.12º49.28%40.98%-
HSV(B)216.12º66.03%61.18%-
XYZ11.4711.1633-
YUV88.81165.92102.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 156 (61.33% from 255) = 51.49%
R=17.49%
G=31.02%
B=51.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53941560.660.4000.39216.1249.2840.98
Hex355E9C4228027d83129
Octal65136234102500473306151
Binary1101011011110100111001000010101000010011111011000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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