#395F99

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

Shades of Mariner #395F99

Tints of Mariner #395F99

Color information

#395F99 (or 0x395F99) is unknown color: approx Mariner. HEX triplet: 39, 5F and 99. RGB value is (57,95,153). Sum of RGB (Red+Green+Blue) = 57+95+153=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #395F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395F99 is #C6A066. Grayscale: #595959. Windows color (decimal): -13017191 or 10051385. OLE color: 10051385.

HSL color Cylindrical-coordinate representation of color #395F99: hue angle of 216.25º 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 #395F99 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5795153-
CMYK0.630.3800.4
HSL216.25º45.71%41.18%-
HSV(B)216.25º62.75%60%-
XYZ11.5311.3531.72-
YUV90.25163.41104.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=18.69%
G=31.15%
B=50.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57951530.630.3800.4216.2545.7141.18
Hex395F993F26028d82e29
Octal7113723177460503305651
Binary111001101111110011001111111100110010100011011000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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