#3C579A

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

Shades of Mariner #3C579A

Tints of Mariner #3C579A

Color information

#3C579A (or 0x3C579A) is unknown color: approx Mariner. HEX triplet: 3C, 57 and 9A. RGB value is (60,87,154). Sum of RGB (Red+Green+Blue) = 60+87+154=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C579A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C579A is #C3A865. Grayscale: #565656. Windows color (decimal): -12822630 or 10114876. OLE color: 10114876.

HSL color Cylindrical-coordinate representation of color #3C579A: hue angle of 222.77º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C579A is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6087154-
CMYK0.610.4400.40
HSL222.77º43.93%41.96%-
HSV(B)222.77º61.04%60.39%-
XYZ11.110.1131.94-
YUV86.56166.05109.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.93%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=19.93%
G=28.90%
B=51.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal60871540.610.4400.40222.7743.9341.96
Hex3C579A3D2C028df2c2a
Octal7412723275540503375452
Binary111100101011110011010111101101100010100011011111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C579A; }

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

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

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

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

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

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

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

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