#35579A

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

Shades of Mariner #35579A

Tints of Mariner #35579A

Color information

#35579A (or 0x35579A) is unknown color: approx Mariner. HEX triplet: 35, 57 and 9A. RGB value is (53,87,154). Sum of RGB (Red+Green+Blue) = 53+87+154=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #35579A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35579A is #CAA865. Grayscale: #545454. Windows color (decimal): -13281382 or 10114869. OLE color: 10114869.

HSL color Cylindrical-coordinate representation of color #35579A: hue angle of 219.8º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35579A is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5387154-
CMYK0.660.4400.40
HSL219.8º48.79%40.59%-
HSV(B)219.8º65.58%60.39%-
XYZ10.719.9131.92-
YUV84.47167.24105.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 154 (60.55% from 255) = 52.38%
R=18.03%
G=29.59%
B=52.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53871540.660.4400.40219.848.7940.59
Hex35579A422C028dc3129
Octal65127232102540503346151
Binary1101011010111100110101000010101100010100011011100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35579A; }

 p { color: rgb(53,87,154); }

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

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

 a { background-color: rgb(53,87,154); }

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

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

 span { border-color: rgb(53,87,154); }

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