#395B9B

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

Shades of Mariner #395B9B

Tints of Mariner #395B9B

Color information

#395B9B (or 0x395B9B) is unknown color: approx Mariner. HEX triplet: 39, 5B and 9B. RGB value is (57,91,155). Sum of RGB (Red+Green+Blue) = 57+91+155=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #395B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395B9B is #C6A464. Grayscale: #575757. Windows color (decimal): -13018213 or 10181433. OLE color: 10181433.

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

Color convert

RGB5791155-
CMYK0.630.4100.39
HSL219.18º46.23%41.57%-
HSV(B)219.18º63.23%60.78%-
XYZ11.3410.7232.48-
YUV88.13165.74105.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=18.81%
G=30.03%
B=51.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57911550.630.4100.39219.1846.2341.57
Hex395B9B3F29027db2e2a
Octal7113323377510473335652
Binary111001101101110011011111111101001010011111011011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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