#355baa

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

Shades of Mariner #355BAA

Tints of Mariner #355BAA

Color information

#355BAA (or 0x355BAA) is unknown color: approx Mariner. HEX triplet: 35, 5B and AA. RGB value is (53,91,170). Sum of RGB (Red+Green+Blue) = 53+91+170=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #355BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355BAA is #CAA455. Grayscale: #585858. Windows color (decimal): -13280342 or 11164469. OLE color: 11164469.

HSL color Cylindrical-coordinate representation of color #355BAA: hue angle of 220.51º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #355BAA is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5391170-
CMYK0.690.4600.33
HSL220.51º52.47%43.73%-
HSV(B)220.51º68.82%66.67%-
XYZ12.4611.1439.52-
YUV88.64173.91102.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=16.88%
G=28.98%
B=54.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53911700.690.4600.33220.5152.4743.73
Hex355BAA452E021dd342c
Octal65133252105560413356454
Binary1101011011011101010101000101101110010000111011101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355baa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,91,170); }

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

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

 a { background-color: rgb(53,91,170); }

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

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

 span { border-color: rgb(53,91,170); }

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