#395E9B

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

Shades of Mariner #395E9B

Tints of Mariner #395E9B

Color information

#395E9B (or 0x395E9B) is unknown color: approx Mariner. HEX triplet: 39, 5E and 9B. RGB value is (57,94,155). Sum of RGB (Red+Green+Blue) = 57+94+155=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #395E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395E9B is #C6A164. Grayscale: #595959. Windows color (decimal): -13017445 or 10182201. OLE color: 10182201.

HSL color Cylindrical-coordinate representation of color #395E9B: hue angle of 217.35º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #395E9B is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5794155-
CMYK0.630.3900.39
HSL217.35º46.23%41.57%-
HSV(B)217.35º63.23%60.78%-
XYZ11.6111.2432.57-
YUV89.89164.74104.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.63%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 155 (60.94% from 255) = 50.65%
R=18.63%
G=30.72%
B=50.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57941550.630.3900.39217.3546.2341.57
Hex395E9B3F27027d92e2a
Octal7113623377470473315652
Binary111001101111010011011111111100111010011111011001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395E9B; }

 p { color: rgb(57,94,155); }

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

<style>
 a { background-color: #395E9B; }

 a { background-color: rgb(57,94,155); }

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

<style>
 span { border-color: #395E9B; }

 span { border-color: rgb(57,94,155); }

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