#3772A2

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

Shades of Lochmara #3772A2

Tints of Lochmara #3772A2

Color information

#3772A2 (or 0x3772A2) is unknown color: approx Lochmara. HEX triplet: 37, 72 and A2. RGB value is (55,114,162). Sum of RGB (Red+Green+Blue) = 55+114+162=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 162 (63.67% from 255 or 48.94% from 331); Max value from RGB is 162 - color contains mainly: blue. Hex color #3772A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3772A2 is #C88D5D. Grayscale: #656565. Windows color (decimal): -13143390 or 10646071. OLE color: 10646071.

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

Color convert

RGB55114162-
CMYK0.660.3000.36
HSL206.92º49.31%42.55%-
HSV(B)206.92º66.05%63.53%-
XYZ14.1115.4636.42-
YUV101.83161.9594.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.62%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 162 (63.67% from 255) = 48.94%
R=16.62%
G=34.44%
B=48.94%

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
Decimal551141620.660.3000.36206.9249.3142.55
Hex3772A2421E024cf312b
Octal67162242102360443176153
Binary110111111001010100010100001011110010010011001111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3772A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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