#395BA6

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

Shades of Mariner #395BA6

Tints of Mariner #395BA6

Color information

#395BA6 (or 0x395BA6) is unknown color: approx Mariner. HEX triplet: 39, 5B and A6. RGB value is (57,91,166). Sum of RGB (Red+Green+Blue) = 57+91+166=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 166 (65.23% from 255 or 52.87% from 314); Max value from RGB is 166 - color contains mainly: blue. Hex color #395BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395BA6 is #C6A459. Grayscale: #595959. Windows color (decimal): -13018202 or 10902329. OLE color: 10902329.

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

Color convert

RGB5791166-
CMYK0.660.4500.35
HSL221.28º48.88%43.73%-
HSV(B)221.28º65.66%65.1%-
XYZ12.3111.1137.57-
YUV89.38171.24104.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 166 (65.23% from 255) = 52.87%
R=18.15%
G=28.98%
B=52.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal57911660.660.4500.35221.2848.8843.73
Hex395BA6422D023dd312c
Octal71133246102550433356154
Binary1110011011011101001101000010101101010001111011101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,91,166); }

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

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

 a { background-color: rgb(57,91,166); }

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

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

 span { border-color: rgb(57,91,166); }

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