#3C549D

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

Shades of Mariner #3C549D

Tints of Mariner #3C549D

Color information

#3C549D (or 0x3C549D) is unknown color: approx Mariner. HEX triplet: 3C, 54 and 9D. RGB value is (60,84,157). Sum of RGB (Red+Green+Blue) = 60+84+157=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C549D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C549D is #C3AB62. Grayscale: #545454. Windows color (decimal): -12823395 or 10310716. OLE color: 10310716.

HSL color Cylindrical-coordinate representation of color #3C549D: hue angle of 225.15º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C549D is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6084157-
CMYK0.620.4600.38
HSL225.15º44.7%42.55%-
HSV(B)225.15º61.78%61.57%-
XYZ11.129.7433.19-
YUV85.15168.55110.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.93%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 157 (61.72% from 255) = 52.16%
R=19.93%
G=27.91%
B=52.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60841570.620.4600.38225.1544.742.55
Hex3C549D3E2E026e12d2b
Octal7412423576560463415553
Binary111100101010010011101111110101110010011011100001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,84,157); }

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

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

 a { background-color: rgb(60,84,157); }

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

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

 span { border-color: rgb(60,84,157); }

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