#355F9E

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

Shades of Mariner #355F9E

Tints of Mariner #355F9E

Color information

#355F9E (or 0x355F9E) is unknown color: approx Mariner. HEX triplet: 35, 5F and 9E. RGB value is (53,95,158). Sum of RGB (Red+Green+Blue) = 53+95+158=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #355F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355F9E is #CAA061. Grayscale: #595959. Windows color (decimal): -13279330 or 10379061. OLE color: 10379061.

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

Color convert

RGB5395158-
CMYK0.660.4000.38
HSL216º49.76%41.37%-
HSV(B)216º66.46%61.96%-
XYZ11.7311.4133.93-
YUV89.62166.59101.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 95 (37.5% from 255) = 31.05%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=17.32%
G=31.05%
B=51.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53951580.660.4000.3821649.7641.37
Hex355F9E4228026d83229
Octal65137236102500463306251
Binary1101011011111100111101000010101000010011011011000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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