#395DAF

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

Shades of Mariner #395DAF

Tints of Mariner #395DAF

Color information

#395DAF (or 0x395DAF) is unknown color: approx Mariner. HEX triplet: 39, 5D and AF. RGB value is (57,93,175). Sum of RGB (Red+Green+Blue) = 57+93+175=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #395DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395DAF is #C6A250. Grayscale: #5B5B5B. Windows color (decimal): -13017681 or 11492665. OLE color: 11492665.

HSL color Cylindrical-coordinate representation of color #395DAF: hue angle of 221.69º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #395DAF is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5793175-
CMYK0.670.4700.31
HSL221.69º50.86%45.49%-
HSV(B)221.69º67.43%68.63%-
XYZ13.3411.7942.13-
YUV91.58175.07103.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.54%
GREEN value IS 93 (36.72% from 255) = 28.62%
BLUE value IS 175 (68.75% from 255) = 53.85%
R=17.54%
G=28.62%
B=53.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57931750.670.4700.31221.6950.8645.49
Hex395DAF432F01Fde332d
Octal71135257103570373366355
Binary111001101110110101111100001110111101111111011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,93,175); }

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

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

 a { background-color: rgb(57,93,175); }

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

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

 span { border-color: rgb(57,93,175); }

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