#355F96

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

Shades of Mariner #355F96

Tints of Mariner #355F96

Color information

#355F96 (or 0x355F96) is unknown color: approx Mariner. HEX triplet: 35, 5F and 96. RGB value is (53,95,150). Sum of RGB (Red+Green+Blue) = 53+95+150=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #355F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355F96 is #CAA069. Grayscale: #585858. Windows color (decimal): -13279338 or 9854773. OLE color: 9854773.

HSL color Cylindrical-coordinate representation of color #355F96: hue angle of 214.02º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #355F96 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5395150-
CMYK0.650.3700.41
HSL214.02º47.78%39.8%-
HSV(B)214.02º64.67%58.82%-
XYZ11.0711.1430.42-
YUV88.71162.59102.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 150 (58.98% from 255) = 50.34%
R=17.79%
G=31.88%
B=50.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53951500.650.3700.41214.0247.7839.8
Hex355F964125029d63028
Octal65137226101450513266050
Binary1101011011111100101101000001100101010100111010110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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