#3c539d

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

Shades of Mariner #3C539D

Tints of Mariner #3C539D

Color information

#3C539D (or 0x3C539D) is unknown color: approx Mariner. HEX triplet: 3C, 53 and 9D. RGB value is (60,83,157). Sum of RGB (Red+Green+Blue) = 60+83+157=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C539D is #C3AC62. Grayscale: #545454. Windows color (decimal): -12823651 or 10310460. OLE color: 10310460.

HSL color Cylindrical-coordinate representation of color #3C539D: hue angle of 225.77º 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 #3C539D is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6083157-
CMYK0.620.4700.38
HSL225.77º44.7%42.55%-
HSV(B)225.77º61.78%61.57%-
XYZ11.049.5833.17-
YUV84.56168.88110.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 157 (61.72% from 255) = 52.33%
R=20%
G=27.67%
B=52.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60831570.620.4700.38225.7744.742.55
Hex3C539D3E2F026e22d2b
Octal7412323576570463425553
Binary111100101001110011101111110101111010011011100010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c539d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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