#355C9A

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

Shades of Mariner #355C9A

Tints of Mariner #355C9A

Color information

#355C9A (or 0x355C9A) is unknown color: approx Mariner. HEX triplet: 35, 5C and 9A. RGB value is (53,92,154). Sum of RGB (Red+Green+Blue) = 53+92+154=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #355C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C9A is #CAA365. Grayscale: #575757. Windows color (decimal): -13280102 or 10116149. OLE color: 10116149.

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

Color convert

RGB5392154-
CMYK0.660.4000.40
HSL216.83º48.79%40.59%-
HSV(B)216.83º65.58%60.39%-
XYZ11.1310.7432.06-
YUV87.41165.58103.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.73%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 154 (60.55% from 255) = 51.51%
R=17.73%
G=30.77%
B=51.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53921540.660.4000.40216.8348.7940.59
Hex355C9A4228028d93129
Octal65134232102500503316151
Binary1101011011100100110101000010101000010100011011001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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