#355B98

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

Shades of Mariner #355B98

Tints of Mariner #355B98

Color information

#355B98 (or 0x355B98) is unknown color: approx Mariner. HEX triplet: 35, 5B and 98. RGB value is (53,91,152). Sum of RGB (Red+Green+Blue) = 53+91+152=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #355B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355B98 is #CAA467. Grayscale: #565656. Windows color (decimal): -13280360 or 9984821. OLE color: 9984821.

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

Color convert

RGB5391152-
CMYK0.650.4000.40
HSL216.97º48.29%40.2%-
HSV(B)216.97º65.13%59.61%-
XYZ10.8810.5131.16-
YUV86.59164.91104.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 152 (59.77% from 255) = 51.35%
R=17.91%
G=30.74%
B=51.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53911520.650.4000.40216.9748.2940.2
Hex355B984128028d93028
Octal65133230101500503316050
Binary1101011011011100110001000001101000010100011011001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,91,152); }

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

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

 a { background-color: rgb(53,91,152); }

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

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

 span { border-color: rgb(53,91,152); }

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