#395B99

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

Shades of Mariner #395B99

Tints of Mariner #395B99

Color information

#395B99 (or 0x395B99) is unknown color: approx Mariner. HEX triplet: 39, 5B and 99. RGB value is (57,91,153). Sum of RGB (Red+Green+Blue) = 57+91+153=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #395B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395B99 is #C6A466. Grayscale: #575757. Windows color (decimal): -13018215 or 10050361. OLE color: 10050361.

HSL color Cylindrical-coordinate representation of color #395B99: hue angle of 218.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #395B99 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5791153-
CMYK0.630.4100.4
HSL218.75º45.71%41.18%-
HSV(B)218.75º62.75%60%-
XYZ11.1810.6531.6-
YUV87.9164.74105.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.94%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=18.94%
G=30.23%
B=50.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57911530.630.4100.4218.7545.7141.18
Hex395B993F29028db2e29
Octal7113323177510503335651
Binary111001101101110011001111111101001010100011011011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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