#3772AA

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

Shades of Lochmara #3772AA

Tints of Lochmara #3772AA

Color information

#3772AA (or 0x3772AA) is unknown color: approx Lochmara. HEX triplet: 37, 72 and AA. RGB value is (55,114,170). Sum of RGB (Red+Green+Blue) = 55+114+170=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #3772AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3772AA is #C88D55. Grayscale: #666666. Windows color (decimal): -13143382 or 11170359. OLE color: 11170359.

HSL color Cylindrical-coordinate representation of color #3772AA: hue angle of 209.22º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3772AA is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55114170-
CMYK0.680.3300.33
HSL209.22º51.11%44.12%-
HSV(B)209.22º67.65%66.67%-
XYZ14.8515.7540.29-
YUV102.74165.9593.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.22%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=16.22%
G=33.63%
B=50.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551141700.680.3300.33209.2251.1144.12
Hex3772AA4421021d1332c
Octal67162252104410413216354
Binary1101111110010101010101000100100001010000111010001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3772AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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