#355E9F

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

Shades of Mariner #355E9F

Tints of Mariner #355E9F

Color information

#355E9F (or 0x355E9F) is unknown color: approx Mariner. HEX triplet: 35, 5E and 9F. RGB value is (53,94,159). Sum of RGB (Red+Green+Blue) = 53+94+159=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #355E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355E9F is #CAA160. Grayscale: #585858. Windows color (decimal): -13279585 or 10444341. OLE color: 10444341.

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

Color convert

RGB5394159-
CMYK0.670.4100.38
HSL216.79º50%41.57%-
HSV(B)216.79º66.67%62.35%-
XYZ11.7311.2734.36-
YUV89.15167.42102.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 159 (62.5% from 255) = 51.96%
R=17.32%
G=30.72%
B=51.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53941590.670.4100.38216.795041.57
Hex355E9F4329026d9322a
Octal65136237103510463316252
Binary1101011011110100111111000011101001010011011011001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,94,159); }

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

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

 a { background-color: rgb(53,94,159); }

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

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

 span { border-color: rgb(53,94,159); }

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