#395797

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

Shades of Mariner #395797

Tints of Mariner #395797

Color information

#395797 (or 0x395797) is unknown color: approx Mariner. HEX triplet: 39, 57 and 97. RGB value is (57,87,151). Sum of RGB (Red+Green+Blue) = 57+87+151=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #395797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395797 is #C6A868. Grayscale: #555555. Windows color (decimal): -13019241 or 9918265. OLE color: 9918265.

HSL color Cylindrical-coordinate representation of color #395797: hue angle of 220.85º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #395797 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5787151-
CMYK0.620.4200.41
HSL220.85º45.19%40.78%-
HSV(B)220.85º62.25%59.22%-
XYZ10.689.9230.63-
YUV85.33165.06107.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.32%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 151 (59.38% from 255) = 51.19%
R=19.32%
G=29.49%
B=51.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57871510.620.4200.41220.8545.1940.78
Hex3957973E2A029dd2d29
Octal7112722776520513355551
Binary111001101011110010111111110101010010100111011101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395797; }

 p { color: rgb(57,87,151); }

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

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

 a { background-color: rgb(57,87,151); }

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

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

 span { border-color: rgb(57,87,151); }

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