#3861AE

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

Shades of Mariner #3861AE

Tints of Mariner #3861AE

Color information

#3861AE (or 0x3861AE) is unknown color: approx Mariner. HEX triplet: 38, 61 and AE. RGB value is (56,97,174). Sum of RGB (Red+Green+Blue) = 56+97+174=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #3861AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3861AE is #C79E51. Grayscale: #5D5D5D. Windows color (decimal): -13082194 or 11428152. OLE color: 11428152.

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

Color convert

RGB5697174-
CMYK0.680.4400.32
HSL219.15º51.3%45.1%-
HSV(B)219.15º67.82%68.24%-
XYZ13.5512.4541.73-
YUV93.52173.42101.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 174 (68.36% from 255) = 53.21%
R=17.13%
G=29.66%
B=53.21%

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
Decimal56971740.680.4400.32219.1551.345.1
Hex3861AE442C020db332d
Octal70141256104540403336355
Binary1110001100001101011101000100101100010000011011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3861AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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