#3861AD

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

Shades of Mariner #3861AD

Tints of Mariner #3861AD

Color information

#3861AD (or 0x3861AD) is unknown color: approx Mariner. HEX triplet: 38, 61 and AD. RGB value is (56,97,173). Sum of RGB (Red+Green+Blue) = 56+97+173=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #3861AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3861AD is #C79E52. Grayscale: #5D5D5D. Windows color (decimal): -13082195 or 11362616. OLE color: 11362616.

HSL color Cylindrical-coordinate representation of color #3861AD: hue angle of 218.97º 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 #3861AD is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5697173-
CMYK0.680.4400.32
HSL218.97º51.09%44.9%-
HSV(B)218.97º67.63%67.84%-
XYZ13.4512.4141.22-
YUV93.4172.92101.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=17.18%
G=29.75%
B=53.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56971730.680.4400.32218.9751.0944.9
Hex3861AD442C020db332d
Octal70141255104540403336355
Binary1110001100001101011011000100101100010000011011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3861AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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