#3856A0

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

Shades of Mariner #3856A0

Tints of Mariner #3856A0

Color information

#3856A0 (or 0x3856A0) is unknown color: approx Mariner. HEX triplet: 38, 56 and A0. RGB value is (56,86,160). Sum of RGB (Red+Green+Blue) = 56+86+160=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 160 (62.89% from 255 or 52.98% from 302); Max value from RGB is 160 - color contains mainly: blue. Hex color #3856A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3856A0 is #C7A95F. Grayscale: #555555. Windows color (decimal): -13085024 or 10507832. OLE color: 10507832.

HSL color Cylindrical-coordinate representation of color #3856A0: hue angle of 222.69º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3856A0 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5686160-
CMYK0.650.4600.37
HSL222.69º48.15%42.35%-
HSV(B)222.69º65%62.75%-
XYZ11.310.0334.6-
YUV85.47170.06106.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 160 (62.89% from 255) = 52.98%
R=18.54%
G=28.48%
B=52.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56861600.650.4600.37222.6948.1542.35
Hex3856A0412E025df302a
Octal70126240101560453376052
Binary1110001010110101000001000001101110010010111011111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3856A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3856A0; }

 p { color: rgb(56,86,160); }

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

<style>
 a { background-color: #3856A0; }

 a { background-color: rgb(56,86,160); }

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

<style>
 span { border-color: #3856A0; }

 span { border-color: rgb(56,86,160); }

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