#395B96

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

Shades of Mariner #395B96

Tints of Mariner #395B96

Color information

#395B96 (or 0x395B96) is unknown color: approx Mariner. HEX triplet: 39, 5B and 96. RGB value is (57,91,150). Sum of RGB (Red+Green+Blue) = 57+91+150=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #395B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395B96 is #C6A469. Grayscale: #575757. Windows color (decimal): -13018218 or 9853753. OLE color: 9853753.

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

Color convert

RGB5791150-
CMYK0.620.3900.41
HSL218.06º44.93%40.59%-
HSV(B)218.06º62%58.82%-
XYZ10.9310.5530.32-
YUV87.56163.24106.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 150 (58.98% from 255) = 50.34%
R=19.13%
G=30.54%
B=50.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57911500.620.3900.41218.0644.9340.59
Hex395B963E27029da2d29
Octal7113322676470513325551
Binary111001101101110010110111110100111010100111011010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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