#3771A2

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

Shades of Lochmara #3771A2

Tints of Lochmara #3771A2

Color information

#3771A2 (or 0x3771A2) is unknown color: approx Lochmara. HEX triplet: 37, 71 and A2. RGB value is (55,113,162). Sum of RGB (Red+Green+Blue) = 55+113+162=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #3771A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3771A2 is #C88E5D. Grayscale: #646464. Windows color (decimal): -13143646 or 10645815. OLE color: 10645815.

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

Color convert

RGB55113162-
CMYK0.660.3000.36
HSL207.48º49.31%42.55%-
HSV(B)207.48º66.05%63.53%-
XYZ1415.2336.38-
YUV101.24162.2895.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.67%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 162 (63.67% from 255) = 49.09%
R=16.67%
G=34.24%
B=49.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551131620.660.3000.36207.4849.3142.55
Hex3771A2421E024cf312b
Octal67161242102360443176153
Binary110111111000110100010100001011110010010011001111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3771A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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