#3751A0

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

Shades of Mariner #3751A0

Tints of Mariner #3751A0

Color information

#3751A0 (or 0x3751A0) is unknown color: approx Mariner. HEX triplet: 37, 51 and A0. RGB value is (55,81,160). Sum of RGB (Red+Green+Blue) = 55+81+160=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 160 (62.89% from 255 or 54.05% from 296); Max value from RGB is 160 - color contains mainly: blue. Hex color #3751A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3751A0 is #C8AE5F. Grayscale: #515151. Windows color (decimal): -13151840 or 10506551. OLE color: 10506551.

HSL color Cylindrical-coordinate representation of color #3751A0: hue angle of 225.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3751A0 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5581160-
CMYK0.660.4900.37
HSL225.14º48.84%42.16%-
HSV(B)225.14º65.62%62.75%-
XYZ10.869.2434.47-
YUV82.23171.89108.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.58%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 160 (62.89% from 255) = 54.05%
R=18.58%
G=27.36%
B=54.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal55811600.660.4900.37225.1448.8442.16
Hex3751A04231025e1312a
Octal67121240102610453416152
Binary1101111010001101000001000010110001010010111100001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3751A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3751A0; }

 p { color: rgb(55,81,160); }

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

<style>
 a { background-color: #3751A0; }

 a { background-color: rgb(55,81,160); }

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

<style>
 span { border-color: #3751A0; }

 span { border-color: rgb(55,81,160); }

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