#3863AD

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

Shades of Mariner #3863AD

Tints of Mariner #3863AD

Color information

#3863AD (or 0x3863AD) is unknown color: approx Mariner. HEX triplet: 38, 63 and AD. RGB value is (56,99,173). Sum of RGB (Red+Green+Blue) = 56+99+173=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #3863AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3863AD is #C79C52. Grayscale: #5E5E5E. Windows color (decimal): -13081683 or 11363128. OLE color: 11363128.

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

Color convert

RGB5699173-
CMYK0.680.4300.32
HSL217.95º51.09%44.9%-
HSV(B)217.95º67.63%67.84%-
XYZ13.6412.7841.28-
YUV94.58172.25100.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.07%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 173 (67.97% from 255) = 52.74%
R=17.07%
G=30.18%
B=52.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56991730.680.4300.32217.9551.0944.9
Hex3863AD442B020da332d
Octal70143255104530403326355
Binary1110001100011101011011000100101011010000011011010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3863AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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