#394EA4

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

Shades of Mariner #394EA4

Tints of Mariner #394EA4

Color information

#394EA4 (or 0x394EA4) is unknown color: approx Mariner. HEX triplet: 39, 4E and A4. RGB value is (57,78,164). Sum of RGB (Red+Green+Blue) = 57+78+164=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #394EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394EA4 is #C6B15B. Grayscale: #515151. Windows color (decimal): -13021532 or 10767929. OLE color: 10767929.

HSL color Cylindrical-coordinate representation of color #394EA4: hue angle of 228.22º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #394EA4 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5778164-
CMYK0.650.5200.36
HSL228.22º48.42%43.33%-
HSV(B)228.22º65.24%64.31%-
XYZ11.11936.27-
YUV81.52174.54110.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.06%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 164 (64.45% from 255) = 54.85%
R=19.06%
G=26.09%
B=54.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal57781640.650.5200.36228.2248.4243.33
Hex394EA44134024e4302b
Octal71116244101640443446053
Binary1110011001110101001001000001110100010010011100100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,78,164); }

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

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

 a { background-color: rgb(57,78,164); }

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

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

 span { border-color: rgb(57,78,164); }

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