#3860AD

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

Shades of Mariner #3860AD

Tints of Mariner #3860AD

Color information

#3860AD (or 0x3860AD) is unknown color: approx Mariner. HEX triplet: 38, 60 and AD. RGB value is (56,96,173). Sum of RGB (Red+Green+Blue) = 56+96+173=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #3860AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3860AD is #C79F52. Grayscale: #5C5C5C. Windows color (decimal): -13082451 or 11362360. OLE color: 11362360.

HSL color Cylindrical-coordinate representation of color #3860AD: hue angle of 219.49º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3860AD is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5696173-
CMYK0.680.4500.32
HSL219.49º51.09%44.9%-
HSV(B)219.49º67.63%67.84%-
XYZ13.3612.2241.19-
YUV92.82173.25101.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 173 (67.97% from 255) = 53.23%
R=17.23%
G=29.54%
B=53.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56961730.680.4500.32219.4951.0944.9
Hex3860AD442D020db332d
Octal70140255104550403336355
Binary1110001100000101011011000100101101010000011011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3860AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3860AD; }

 p { color: rgb(56,96,173); }

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

<style>
 a { background-color: #3860AD; }

 a { background-color: rgb(56,96,173); }

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

<style>
 span { border-color: #3860AD; }

 span { border-color: rgb(56,96,173); }

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