#3761A4

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

Shades of Mariner #3761A4

Tints of Mariner #3761A4

Color information

#3761A4 (or 0x3761A4) is unknown color: approx Mariner. HEX triplet: 37, 61 and A4. RGB value is (55,97,164). Sum of RGB (Red+Green+Blue) = 55+97+164=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 164 (64.45% from 255 or 51.90% from 316); Max value from RGB is 164 - color contains mainly: blue. Hex color #3761A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3761A4 is #C89E5B. Grayscale: #5B5B5B. Windows color (decimal): -13147740 or 10772791. OLE color: 10772791.

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

Color convert

RGB5597164-
CMYK0.660.4100.36
HSL216.88º49.77%42.94%-
HSV(B)216.88º66.46%64.31%-
XYZ12.5512.0436.78-
YUV92.08168.59101.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.41%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 164 (64.45% from 255) = 51.90%
R=17.41%
G=30.70%
B=51.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55971640.660.4100.36216.8849.7742.94
Hex3761A44229024d9322b
Octal67141244102510443316253
Binary1101111100001101001001000010101001010010011011001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3761A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,97,164); }

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

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

 a { background-color: rgb(55,97,164); }

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

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

 span { border-color: rgb(55,97,164); }

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