#3E5BA3

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

Shades of Mariner #3E5BA3

Tints of Mariner #3E5BA3

Color information

#3E5BA3 (or 0x3E5BA3) is unknown color: approx Mariner. HEX triplet: 3E, 5B and A3. RGB value is (62,91,163). Sum of RGB (Red+Green+Blue) = 62+91+163=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 163 (64.06% from 255 or 51.58% from 316); Max value from RGB is 163 - color contains mainly: blue. Hex color #3E5BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5BA3 is #C1A45C. Grayscale: #5A5A5A. Windows color (decimal): -12690525 or 10705726. OLE color: 10705726.

HSL color Cylindrical-coordinate representation of color #3E5BA3: hue angle of 222.77º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E5BA3 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6291163-
CMYK0.620.4400.36
HSL222.77º44.89%44.12%-
HSV(B)222.77º61.96%63.92%-
XYZ12.3411.1536.15-
YUV90.54168.89107.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.62%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 163 (64.06% from 255) = 51.58%
R=19.62%
G=28.80%
B=51.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal62911630.620.4400.36222.7744.8944.12
Hex3E5BA33E2C024df2d2c
Octal7613324376540443375554
Binary111110101101110100011111110101100010010011011111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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