#395F91

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

Shades of Mariner #395F91

Tints of Mariner #395F91

Color information

#395F91 (or 0x395F91) is unknown color: approx Mariner. HEX triplet: 39, 5F and 91. RGB value is (57,95,145). Sum of RGB (Red+Green+Blue) = 57+95+145=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #395F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395F91 is #C6A06E. Grayscale: #595959. Windows color (decimal): -13017199 or 9527097. OLE color: 9527097.

HSL color Cylindrical-coordinate representation of color #395F91: hue angle of 214.09º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #395F91 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5795145-
CMYK0.610.3400.43
HSL214.09º43.56%39.61%-
HSV(B)214.09º60.69%56.86%-
XYZ10.8911.128.36-
YUV89.34159.41104.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.19%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 145 (57.03% from 255) = 48.82%
R=19.19%
G=31.99%
B=48.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57951450.610.3400.43214.0943.5639.61
Hex395F913D2202Bd62c28
Octal7113722175420533265450
Binary111001101111110010001111101100010010101111010110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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