#395E96

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

Shades of Mariner #395E96

Tints of Mariner #395E96

Color information

#395E96 (or 0x395E96) is unknown color: approx Mariner. HEX triplet: 39, 5E and 96. RGB value is (57,94,150). Sum of RGB (Red+Green+Blue) = 57+94+150=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #395E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395E96 is #C6A169. Grayscale: #595959. Windows color (decimal): -13017450 or 9854521. OLE color: 9854521.

HSL color Cylindrical-coordinate representation of color #395E96: hue angle of 216.13º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #395E96 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5794150-
CMYK0.620.3700.41
HSL216.13º44.93%40.59%-
HSV(B)216.13º62%58.82%-
XYZ11.211.0830.4-
YUV89.32162.24104.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.94%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 150 (58.98% from 255) = 49.83%
R=18.94%
G=31.23%
B=49.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57941500.620.3700.41216.1344.9340.59
Hex395E963E25029d82d29
Octal7113622676450513305551
Binary111001101111010010110111110100101010100111011000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,94,150); }

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

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

 a { background-color: rgb(57,94,150); }

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

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

 span { border-color: rgb(57,94,150); }

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