#3E609F

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

Shades of Mariner #3E609F

Tints of Mariner #3E609F

Color information

#3E609F (or 0x3E609F) is unknown color: approx Mariner. HEX triplet: 3E, 60 and 9F. RGB value is (62,96,159). Sum of RGB (Red+Green+Blue) = 62+96+159=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E609F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E609F is #C19F60. Grayscale: #5C5C5C. Windows color (decimal): -12689249 or 10444862. OLE color: 10444862.

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

Color convert

RGB6296159-
CMYK0.610.4000.38
HSL218.97º43.89%43.33%-
HSV(B)218.97º61.01%62.35%-
XYZ12.4311.8934.44-
YUV93.02165.24105.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.56%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 159 (62.5% from 255) = 50.16%
R=19.56%
G=30.28%
B=50.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62961590.610.4000.38218.9743.8943.33
Hex3E609F3D28026db2c2b
Octal7614023775500463335453
Binary111110110000010011111111101101000010011011011011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,96,159); }

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

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

 a { background-color: rgb(62,96,159); }

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

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

 span { border-color: rgb(62,96,159); }

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