#3859AA

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

Shades of Mariner #3859AA

Tints of Mariner #3859AA

Color information

#3859AA (or 0x3859AA) is unknown color: approx Mariner. HEX triplet: 38, 59 and AA. RGB value is (56,89,170). Sum of RGB (Red+Green+Blue) = 56+89+170=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #3859AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3859AA is #C7A655. Grayscale: #585858. Windows color (decimal): -13084246 or 11163960. OLE color: 11163960.

HSL color Cylindrical-coordinate representation of color #3859AA: hue angle of 222.63º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3859AA is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5689170-
CMYK0.670.4800.33
HSL222.63º50.44%44.31%-
HSV(B)222.63º67.06%66.67%-
XYZ12.4610.8939.48-
YUV88.37174.07104.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=17.78%
G=28.25%
B=53.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56891700.670.4800.33222.6350.4444.31
Hex3859AA4330021df322c
Octal70131252103600413376254
Binary1110001011001101010101000011110000010000111011111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3859AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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