#395c9e

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

Shades of Mariner #395C9E

Tints of Mariner #395C9E

Color information

#395C9E (or 0x395C9E) is unknown color: approx Mariner. HEX triplet: 39, 5C and 9E. RGB value is (57,92,158). Sum of RGB (Red+Green+Blue) = 57+92+158=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #395C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395C9E is #C6A361. Grayscale: #585858. Windows color (decimal): -13017954 or 10378297. OLE color: 10378297.

HSL color Cylindrical-coordinate representation of color #395C9E: hue angle of 219.21º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #395C9E is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5792158-
CMYK0.640.4200.38
HSL219.21º46.98%42.16%-
HSV(B)219.21º63.92%61.96%-
XYZ11.6910.9933.85-
YUV89.06166.9105.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.57%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=18.57%
G=29.97%
B=51.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57921580.640.4200.38219.2146.9842.16
Hex395C9E402A026db2f2a
Octal71134236100520463335752
Binary1110011011100100111101000000101010010011011011011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395c9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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