#395CAF

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

Shades of Mariner #395CAF

Tints of Mariner #395CAF

Color information

#395CAF (or 0x395CAF) is unknown color: approx Mariner. HEX triplet: 39, 5C and AF. RGB value is (57,92,175). Sum of RGB (Red+Green+Blue) = 57+92+175=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #395CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395CAF is #C6A350. Grayscale: #5A5A5A. Windows color (decimal): -13017937 or 11492409. OLE color: 11492409.

HSL color Cylindrical-coordinate representation of color #395CAF: hue angle of 222.2º 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 #395CAF is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5792175-
CMYK0.670.4700.31
HSL222.2º50.86%45.49%-
HSV(B)222.2º67.43%68.63%-
XYZ13.2511.6242.1-
YUV91175.4103.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.59%
GREEN value IS 92 (36.33% from 255) = 28.40%
BLUE value IS 175 (68.75% from 255) = 54.01%
R=17.59%
G=28.40%
B=54.01%

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
Decimal57921750.670.4700.31222.250.8645.49
Hex395CAF432F01Fde332d
Octal71134257103570373366355
Binary111001101110010101111100001110111101111111011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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