#355997

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

Shades of Mariner #355997

Tints of Mariner #355997

Color information

#355997 (or 0x355997) is unknown color: approx Mariner. HEX triplet: 35, 59 and 97. RGB value is (53,89,151). Sum of RGB (Red+Green+Blue) = 53+89+151=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #355997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355997 is #CAA668. Grayscale: #555555. Windows color (decimal): -13280873 or 9918773. OLE color: 9918773.

HSL color Cylindrical-coordinate representation of color #355997: hue angle of 217.96º 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 #355997 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5389151-
CMYK0.650.4100.41
HSL217.96º48.04%40%-
HSV(B)217.96º64.9%59.22%-
XYZ10.6310.1430.67-
YUV85.3165.07104.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 151 (59.38% from 255) = 51.54%
R=18.09%
G=30.38%
B=51.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53891510.650.4100.41217.9648.0440
Hex3559974129029da3028
Octal65131227101510513326050
Binary1101011011001100101111000001101001010100111011010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355997; }

 p { color: rgb(53,89,151); }

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

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

 a { background-color: rgb(53,89,151); }

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

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

 span { border-color: rgb(53,89,151); }

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