#3859a3

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

Shades of Mariner #3859A3

Tints of Mariner #3859A3

Color information

#3859A3 (or 0x3859A3) is unknown color: approx Mariner. HEX triplet: 38, 59 and A3. RGB value is (56,89,163). Sum of RGB (Red+Green+Blue) = 56+89+163=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 163 (64.06% from 255 or 52.92% from 308); Max value from RGB is 163 - color contains mainly: blue. Hex color #3859A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3859A3 is #C7A65C. Grayscale: #575757. Windows color (decimal): -13084253 or 10705208. OLE color: 10705208.

HSL color Cylindrical-coordinate representation of color #3859A3: hue angle of 221.5º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3859A3 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5689163-
CMYK0.660.4500.36
HSL221.5º48.86%42.94%-
HSV(B)221.5º65.64%63.92%-
XYZ11.8110.6336.08-
YUV87.57170.57105.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 163 (64.06% from 255) = 52.92%
R=18.18%
G=28.90%
B=52.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56891630.660.4500.36221.548.8642.94
Hex3859A3422D024dd312b
Octal70131243102550443356153
Binary1110001011001101000111000010101101010010011011101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3859a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3859a3; }

 p { color: rgb(56,89,163); }

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

<style>
 a { background-color: #3859a3; }

 a { background-color: rgb(56,89,163); }

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

<style>
 span { border-color: #3859a3; }

 span { border-color: rgb(56,89,163); }

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