#395C92

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

Shades of Mariner #395C92

Tints of Mariner #395C92

Color information

#395C92 (or 0x395C92) is unknown color: approx Mariner. HEX triplet: 39, 5C and 92. RGB value is (57,92,146). Sum of RGB (Red+Green+Blue) = 57+92+146=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #395C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395C92 is #C6A36D. Grayscale: #575757. Windows color (decimal): -13017966 or 9591865. OLE color: 9591865.

HSL color Cylindrical-coordinate representation of color #395C92: hue angle of 216.4º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #395C92 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5792146-
CMYK0.610.3700.43
HSL216.4º43.84%39.8%-
HSV(B)216.4º60.96%57.25%-
XYZ10.710.628.68-
YUV87.69160.9106.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.32%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=19.32%
G=31.19%
B=49.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57921460.610.3700.43216.443.8439.8
Hex395C923D2502Bd82c28
Octal7113422275450533305450
Binary111001101110010010010111101100101010101111011000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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