#3752A0

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

Shades of Mariner #3752A0

Tints of Mariner #3752A0

Color information

#3752A0 (or 0x3752A0) is unknown color: approx Mariner. HEX triplet: 37, 52 and A0. RGB value is (55,82,160). Sum of RGB (Red+Green+Blue) = 55+82+160=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 160 (62.89% from 255 or 53.87% from 297); Max value from RGB is 160 - color contains mainly: blue. Hex color #3752A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3752A0 is #C8AD5F. Grayscale: #525252. Windows color (decimal): -13151584 or 10506807. OLE color: 10506807.

HSL color Cylindrical-coordinate representation of color #3752A0: hue angle of 224.57º 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 #3752A0 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5582160-
CMYK0.660.4900.37
HSL224.57º48.84%42.16%-
HSV(B)224.57º65.62%62.75%-
XYZ10.949.3834.49-
YUV82.82171.55108.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 160 (62.89% from 255) = 53.87%
R=18.52%
G=27.61%
B=53.87%

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
Decimal55821600.660.4900.37224.5748.8442.16
Hex3752A04231025e1312a
Octal67122240102610453416152
Binary1101111010010101000001000010110001010010111100001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3752A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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