#3750A2

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

Shades of Mariner #3750A2

Tints of Mariner #3750A2

Color information

#3750A2 (or 0x3750A2) is unknown color: approx Mariner. HEX triplet: 37, 50 and A2. RGB value is (55,80,162). Sum of RGB (Red+Green+Blue) = 55+80+162=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #3750A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3750A2 is #C8AF5D. Grayscale: #515151. Windows color (decimal): -13152094 or 10637367. OLE color: 10637367.

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

Color convert

RGB5580162-
CMYK0.660.5100.36
HSL225.98º49.31%42.55%-
HSV(B)225.98º66.05%63.53%-
XYZ10.979.1635.37-
YUV81.87173.22108.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 162 (63.67% from 255) = 54.55%
R=18.52%
G=26.94%
B=54.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55801620.660.5100.36225.9849.3142.55
Hex3750A24233024e2312b
Octal67120242102630443426153
Binary1101111010000101000101000010110011010010011100010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3750A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3750A2; }

 p { color: rgb(55,80,162); }

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

<style>
 a { background-color: #3750A2; }

 a { background-color: rgb(55,80,162); }

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

<style>
 span { border-color: #3750A2; }

 span { border-color: rgb(55,80,162); }

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