#3E5BA6

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

Shades of Mariner #3E5BA6

Tints of Mariner #3E5BA6

Color information

#3E5BA6 (or 0x3E5BA6) is unknown color: approx Mariner. HEX triplet: 3E, 5B and A6. RGB value is (62,91,166). Sum of RGB (Red+Green+Blue) = 62+91+166=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 166 (65.23% from 255 or 52.04% from 319); Max value from RGB is 166 - color contains mainly: blue. Hex color #3E5BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5BA6 is #C1A459. Grayscale: #5A5A5A. Windows color (decimal): -12690522 or 10902334. OLE color: 10902334.

HSL color Cylindrical-coordinate representation of color #3E5BA6: hue angle of 223.27º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E5BA6 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6291166-
CMYK0.630.4500.35
HSL223.27º45.61%44.71%-
HSV(B)223.27º62.65%65.1%-
XYZ12.6111.2637.59-
YUV90.88170.39107.4-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.44%
GREEN value IS 91 (35.94% from 255) = 28.53%
BLUE value IS 166 (65.23% from 255) = 52.04%
R=19.44%
G=28.53%
B=52.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal62911660.630.4500.35223.2745.6144.71
Hex3E5BA63F2D023df2e2d
Octal7613324677550433375655
Binary111110101101110100110111111101101010001111011111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,91,166); }

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

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

 a { background-color: rgb(62,91,166); }

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

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

 span { border-color: rgb(62,91,166); }

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