#395A9A

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

Shades of Mariner #395A9A

Tints of Mariner #395A9A

Color information

#395A9A (or 0x395A9A) is unknown color: approx Mariner. HEX triplet: 39, 5A and 9A. RGB value is (57,90,154). Sum of RGB (Red+Green+Blue) = 57+90+154=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #395A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395A9A is #C6A565. Grayscale: #575757. Windows color (decimal): -13018470 or 10115641. OLE color: 10115641.

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

Color convert

RGB5790154-
CMYK0.630.4200.40
HSL219.59º45.97%41.37%-
HSV(B)219.59º62.99%60.39%-
XYZ11.1810.5232.01-
YUV87.43165.57106.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.94%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=18.94%
G=29.90%
B=51.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57901540.630.4200.40219.5945.9741.37
Hex395A9A3F2A028dc2e29
Octal7113223277520503345651
Binary111001101101010011010111111101010010100011011100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,90,154); }

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

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

 a { background-color: rgb(57,90,154); }

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

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

 span { border-color: rgb(57,90,154); }

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