#3862A4

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

Shades of Mariner #3862A4

Tints of Mariner #3862A4

Color information

#3862A4 (or 0x3862A4) is unknown color: approx Mariner. HEX triplet: 38, 62 and A4. RGB value is (56,98,164). Sum of RGB (Red+Green+Blue) = 56+98+164=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 164 (64.45% from 255 or 51.57% from 318); Max value from RGB is 164 - color contains mainly: blue. Hex color #3862A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3862A4 is #C79D5B. Grayscale: #5C5C5C. Windows color (decimal): -13081948 or 10773048. OLE color: 10773048.

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

Color convert

RGB5698164-
CMYK0.660.4000.36
HSL216.67º49.09%43.14%-
HSV(B)216.67º65.85%64.31%-
XYZ12.712.2636.82-
YUV92.97168.09101.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.61%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 164 (64.45% from 255) = 51.57%
R=17.61%
G=30.82%
B=51.57%

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
Decimal56981640.660.4000.36216.6749.0943.14
Hex3862A44228024d9312b
Octal70142244102500443316153
Binary1110001100010101001001000010101000010010011011001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3862A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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