#395CA6

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

Shades of Mariner #395CA6

Tints of Mariner #395CA6

Color information

#395CA6 (or 0x395CA6) is unknown color: approx Mariner. HEX triplet: 39, 5C and A6. RGB value is (57,92,166). Sum of RGB (Red+Green+Blue) = 57+92+166=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 166 (65.23% from 255 or 52.70% from 315); Max value from RGB is 166 - color contains mainly: blue. Hex color #395CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395CA6 is #C6A359. Grayscale: #595959. Windows color (decimal): -13017946 or 10902585. OLE color: 10902585.

HSL color Cylindrical-coordinate representation of color #395CA6: hue angle of 220.73º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #395CA6 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5792166-
CMYK0.660.4500.35
HSL220.73º48.88%43.73%-
HSV(B)220.73º65.66%65.1%-
XYZ12.411.2837.6-
YUV89.97170.9104.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 166 (65.23% from 255) = 52.70%
R=18.10%
G=29.21%
B=52.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal57921660.660.4500.35220.7348.8843.73
Hex395CA6422D023dd312c
Octal71134246102550433356154
Binary1110011011100101001101000010101101010001111011101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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