#355AAA

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

Shades of Mariner #355AAA

Tints of Mariner #355AAA

Color information

#355AAA (or 0x355AAA) is unknown color: approx Mariner. HEX triplet: 35, 5A and AA. RGB value is (53,90,170). Sum of RGB (Red+Green+Blue) = 53+90+170=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #355AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355AAA is #CAA555. Grayscale: #575757. Windows color (decimal): -13280598 or 11164213. OLE color: 11164213.

HSL color Cylindrical-coordinate representation of color #355AAA: hue angle of 221.03º 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 #355AAA is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5390170-
CMYK0.690.4700.33
HSL221.03º52.47%43.73%-
HSV(B)221.03º68.82%66.67%-
XYZ12.3810.9739.5-
YUV88.06174.24103-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 90 (35.55% from 255) = 28.75%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=16.93%
G=28.75%
B=54.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53901700.690.4700.33221.0352.4743.73
Hex355AAA452F021dd342c
Octal65132252105570413356454
Binary1101011011010101010101000101101111010000111011101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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