#3862A3

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

Shades of Mariner #3862A3

Tints of Mariner #3862A3

Color information

#3862A3 (or 0x3862A3) is unknown color: approx Mariner. HEX triplet: 38, 62 and A3. RGB value is (56,98,163). Sum of RGB (Red+Green+Blue) = 56+98+163=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 163 (64.06% from 255 or 51.42% from 317); Max value from RGB is 163 - color contains mainly: blue. Hex color #3862A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3862A3 is #C79D5C. Grayscale: #5C5C5C. Windows color (decimal): -13081949 or 10707512. OLE color: 10707512.

HSL color Cylindrical-coordinate representation of color #3862A3: hue angle of 216.45º 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 #3862A3 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5698163-
CMYK0.660.4000.36
HSL216.45º48.86%42.94%-
HSV(B)216.45º65.64%63.92%-
XYZ12.6112.2236.34-
YUV92.85167.59101.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.67%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 163 (64.06% from 255) = 51.42%
R=17.67%
G=30.91%
B=51.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56981630.660.4000.36216.4548.8642.94
Hex3862A34228024d8312b
Octal70142243102500443306153
Binary1110001100010101000111000010101000010010011011000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3862A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3862A3; }

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

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

<style>
 a { background-color: #3862A3; }

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

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

<style>
 span { border-color: #3862A3; }

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

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