#3864AB

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

Shades of Mariner #3864AB

Tints of Mariner #3864AB

Color information

#3864AB (or 0x3864AB) is unknown color: approx Mariner. HEX triplet: 38, 64 and AB. RGB value is (56,100,171). Sum of RGB (Red+Green+Blue) = 56+100+171=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #3864AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3864AB is #C79B54. Grayscale: #5E5E5E. Windows color (decimal): -13081429 or 11232312. OLE color: 11232312.

HSL color Cylindrical-coordinate representation of color #3864AB: hue angle of 217.04º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3864AB is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56100171-
CMYK0.670.4200.33
HSL217.04º50.66%44.51%-
HSV(B)217.04º67.25%67.06%-
XYZ13.5412.940.3-
YUV94.94170.92100.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=17.13%
G=30.58%
B=52.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561001710.670.4200.33217.0450.6644.51
Hex3864AB432A021d9332d
Octal70144253103520413316355
Binary1110001100100101010111000011101010010000111011001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3864AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3864AB; }

 p { color: rgb(56,100,171); }

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

<style>
 a { background-color: #3864AB; }

 a { background-color: rgb(56,100,171); }

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

<style>
 span { border-color: #3864AB; }

 span { border-color: rgb(56,100,171); }

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