#3C519F

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

Shades of Mariner #3C519F

Tints of Mariner #3C519F

Color information

#3C519F (or 0x3C519F) is unknown color: approx Mariner. HEX triplet: 3C, 51 and 9F. RGB value is (60,81,159). Sum of RGB (Red+Green+Blue) = 60+81+159=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C519F is #C3AE60. Grayscale: #535353. Windows color (decimal): -12824161 or 10441020. OLE color: 10441020.

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

Color convert

RGB6081159-
CMYK0.620.4900.38
HSL227.27º45.21%42.94%-
HSV(B)227.27º62.26%62.35%-
XYZ11.069.3534.02-
YUV83.61170.54111.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 159 (62.5% from 255) = 53%
R=20%
G=27%
B=53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60811590.620.4900.38227.2745.2142.94
Hex3C519F3E31026e32d2b
Octal7412123776610463435553
Binary111100101000110011111111110110001010011011100011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,81,159); }

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

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

 a { background-color: rgb(60,81,159); }

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

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

 span { border-color: rgb(60,81,159); }

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