#395EA1

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

Shades of Mariner #395EA1

Tints of Mariner #395EA1

Color information

#395EA1 (or 0x395EA1) is unknown color: approx Mariner. HEX triplet: 39, 5E and A1. RGB value is (57,94,161). Sum of RGB (Red+Green+Blue) = 57+94+161=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 161 (63.28% from 255 or 51.60% from 312); Max value from RGB is 161 - color contains mainly: blue. Hex color #395EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395EA1 is #C6A15E. Grayscale: #5A5A5A. Windows color (decimal): -13017439 or 10575417. OLE color: 10575417.

HSL color Cylindrical-coordinate representation of color #395EA1: hue angle of 218.65º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #395EA1 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5794161-
CMYK0.650.4200.37
HSL218.65º47.71%42.75%-
HSV(B)218.65º64.6%63.14%-
XYZ12.1211.4535.29-
YUV90.58167.74104.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.27%
GREEN value IS 94 (37.11% from 255) = 30.13%
BLUE value IS 161 (63.28% from 255) = 51.60%
R=18.27%
G=30.13%
B=51.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal57941610.650.4200.37218.6547.7142.75
Hex395EA1412A025db302b
Octal71136241101520453336053
Binary1110011011110101000011000001101010010010111011011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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