#394DA5

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

Shades of Mariner #394DA5

Tints of Mariner #394DA5

Color information

#394DA5 (or 0x394DA5) is unknown color: approx Mariner. HEX triplet: 39, 4D and A5. RGB value is (57,77,165). Sum of RGB (Red+Green+Blue) = 57+77+165=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 165 (64.84% from 255 or 55.18% from 299); Max value from RGB is 165 - color contains mainly: blue. Hex color #394DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394DA5 is #C6B25A. Grayscale: #505050. Windows color (decimal): -13021787 or 10833209. OLE color: 10833209.

HSL color Cylindrical-coordinate representation of color #394DA5: hue angle of 228.89º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #394DA5 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5777165-
CMYK0.650.5300.35
HSL228.89º48.65%43.53%-
HSV(B)228.89º65.45%64.71%-
XYZ11.138.8936.73-
YUV81.05175.37110.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.06%
GREEN value IS 77 (30.47% from 255) = 25.75%
BLUE value IS 165 (64.84% from 255) = 55.18%
R=19.06%
G=25.75%
B=55.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal57771650.650.5300.35228.8948.6543.53
Hex394DA54135023e5312c
Octal71115245101650433456154
Binary1110011001101101001011000001110101010001111100101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394DA5; }

 p { color: rgb(57,77,165); }

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

<style>
 a { background-color: #394DA5; }

 a { background-color: rgb(57,77,165); }

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

<style>
 span { border-color: #394DA5; }

 span { border-color: rgb(57,77,165); }

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