#3E5D9B

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

Shades of Mariner #3E5D9B

Tints of Mariner #3E5D9B

Color information

#3E5D9B (or 0x3E5D9B) is unknown color: approx Mariner. HEX triplet: 3E, 5D and 9B. RGB value is (62,93,155). Sum of RGB (Red+Green+Blue) = 62+93+155=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E5D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5D9B is #C1A264. Grayscale: #5A5A5A. Windows color (decimal): -12690021 or 10181950. OLE color: 10181950.

HSL color Cylindrical-coordinate representation of color #3E5D9B: hue angle of 220º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E5D9B is Cyan = 0.6, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6293155-
CMYK0.60.400.39
HSL220º42.86%42.55%-
HSV(B)220º60%60.78%-
XYZ11.8211.2232.55-
YUV90.8164.23107.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20%
GREEN value IS 93 (36.72% from 255) = 30%
BLUE value IS 155 (60.94% from 255) = 50%
R=20%
G=30%
B=50%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal62931550.60.400.3922042.8642.55
Hex3E5D9B3C28027dc2b2b
Octal7613523374500473345353
Binary111110101110110011011111100101000010011111011100101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,93,155); }

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

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

 a { background-color: rgb(62,93,155); }

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

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

 span { border-color: rgb(62,93,155); }

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