#395F9B

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

Shades of Mariner #395F9B

Tints of Mariner #395F9B

Color information

#395F9B (or 0x395F9B) is unknown color: approx Mariner. HEX triplet: 39, 5F and 9B. RGB value is (57,95,155). Sum of RGB (Red+Green+Blue) = 57+95+155=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #395F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395F9B is #C6A064. Grayscale: #5A5A5A. Windows color (decimal): -13017189 or 10182457. OLE color: 10182457.

HSL color Cylindrical-coordinate representation of color #395F9B: hue angle of 216.73º 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 #395F9B is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5795155-
CMYK0.630.3900.39
HSL216.73º46.23%41.57%-
HSV(B)216.73º63.23%60.78%-
XYZ11.711.4232.6-
YUV90.48164.41104.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.57%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=18.57%
G=30.94%
B=50.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57951550.630.3900.39216.7346.2341.57
Hex395F9B3F27027d92e2a
Octal7113723377470473315652
Binary111001101111110011011111111100111010011111011001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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