#395C9B

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

Shades of Mariner #395C9B

Tints of Mariner #395C9B

Color information

#395C9B (or 0x395C9B) is unknown color: approx Mariner. HEX triplet: 39, 5C and 9B. RGB value is (57,92,155). Sum of RGB (Red+Green+Blue) = 57+92+155=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #395C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395C9B is #C6A364. Grayscale: #585858. Windows color (decimal): -13017957 or 10181689. OLE color: 10181689.

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

Color convert

RGB5792155-
CMYK0.630.4100.39
HSL218.57º46.23%41.57%-
HSV(B)218.57º63.23%60.78%-
XYZ11.4310.8932.51-
YUV88.72165.4105.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.75%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=18.75%
G=30.26%
B=50.99%

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
Decimal57921550.630.4100.39218.5746.2341.57
Hex395C9B3F29027db2e2a
Octal7113423377510473335652
Binary111001101110010011011111111101001010011111011011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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