#395FA2

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

Shades of Mariner #395FA2

Tints of Mariner #395FA2

Color information

#395FA2 (or 0x395FA2) is unknown color: approx Mariner. HEX triplet: 39, 5F and A2. RGB value is (57,95,162). Sum of RGB (Red+Green+Blue) = 57+95+162=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 162 (63.67% from 255 or 51.59% from 314); Max value from RGB is 162 - color contains mainly: blue. Hex color #395FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395FA2 is #C6A05D. Grayscale: #5A5A5A. Windows color (decimal): -13017182 or 10641209. OLE color: 10641209.

HSL color Cylindrical-coordinate representation of color #395FA2: hue angle of 218.29º 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 #395FA2 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5795162-
CMYK0.650.4100.36
HSL218.29º47.95%42.94%-
HSV(B)218.29º64.81%63.53%-
XYZ12.311.6635.79-
YUV91.28167.91103.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 162 (63.67% from 255) = 51.59%
R=18.15%
G=30.25%
B=51.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal57951620.650.4100.36218.2947.9542.94
Hex395FA24129024da302b
Octal71137242101510443326053
Binary1110011011111101000101000001101001010010011011010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,95,162); }

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

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

 a { background-color: rgb(57,95,162); }

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

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

 span { border-color: rgb(57,95,162); }

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