#3E5B9C

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

Shades of Mariner #3E5B9C

Tints of Mariner #3E5B9C

Color information

#3E5B9C (or 0x3E5B9C) is unknown color: approx Mariner. HEX triplet: 3E, 5B and 9C. RGB value is (62,91,156). Sum of RGB (Red+Green+Blue) = 62+91+156=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E5B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5B9C is #C1A463. Grayscale: #595959. Windows color (decimal): -12690532 or 10246974. OLE color: 10246974.

HSL color Cylindrical-coordinate representation of color #3E5B9C: hue angle of 221.49º 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 #3E5B9C is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6291156-
CMYK0.600.4200.39
HSL221.49º43.12%42.75%-
HSV(B)221.49º60.26%61.18%-
XYZ11.7310.9132.94-
YUV89.74165.39108.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.06%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 156 (61.33% from 255) = 50.49%
R=20.06%
G=29.45%
B=50.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal62911560.600.4200.39221.4943.1242.75
Hex3E5B9C3C2A027dd2b2b
Octal7613323474520473355353
Binary111110101101110011100111100101010010011111011101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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