#355F9A

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

Shades of Mariner #355F9A

Tints of Mariner #355F9A

Color information

#355F9A (or 0x355F9A) is unknown color: approx Mariner. HEX triplet: 35, 5F and 9A. RGB value is (53,95,154). Sum of RGB (Red+Green+Blue) = 53+95+154=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #355F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355F9A is #CAA065. Grayscale: #585858. Windows color (decimal): -13279334 or 10116917. OLE color: 10116917.

HSL color Cylindrical-coordinate representation of color #355F9A: hue angle of 215.05º 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 #355F9A is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5395154-
CMYK0.660.3800.40
HSL215.05º48.79%40.59%-
HSV(B)215.05º65.58%60.39%-
XYZ11.3911.2732.15-
YUV89.17164.59102.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.55%
GREEN value IS 95 (37.5% from 255) = 31.46%
BLUE value IS 154 (60.55% from 255) = 50.99%
R=17.55%
G=31.46%
B=50.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53951540.660.3800.40215.0548.7940.59
Hex355F9A4226028d73129
Octal65137232102460503276151
Binary1101011011111100110101000010100110010100011010111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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