#3C519E

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

Shades of Mariner #3C519E

Tints of Mariner #3C519E

Color information

#3C519E (or 0x3C519E) is unknown color: approx Mariner. HEX triplet: 3C, 51 and 9E. RGB value is (60,81,158). Sum of RGB (Red+Green+Blue) = 60+81+158=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C519E is #C3AE61. Grayscale: #535353. Windows color (decimal): -12824162 or 10375484. OLE color: 10375484.

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

Color convert

RGB6081158-
CMYK0.620.4900.38
HSL227.14º44.95%42.75%-
HSV(B)227.14º62.03%61.96%-
XYZ10.989.3133.57-
YUV83.5170.04111.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.07%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 158 (62.11% from 255) = 52.84%
R=20.07%
G=27.09%
B=52.84%

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
Decimal60811580.620.4900.38227.1444.9542.75
Hex3C519E3E31026e32d2b
Octal7412123676610463435553
Binary111100101000110011110111110110001010011011100011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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