#3772B1

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

Shades of Lochmara #3772B1

Tints of Lochmara #3772B1

Color information

#3772B1 (or 0x3772B1) is unknown color: approx Lochmara. HEX triplet: 37, 72 and B1. RGB value is (55,114,177). Sum of RGB (Red+Green+Blue) = 55+114+177=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #3772B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3772B1 is #C88D4E. Grayscale: #676767. Windows color (decimal): -13143375 or 11629111. OLE color: 11629111.

HSL color Cylindrical-coordinate representation of color #3772B1: hue angle of 210.98º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3772B1 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB55114177-
CMYK0.690.3600.31
HSL210.98º52.59%45.49%-
HSV(B)210.98º68.93%69.41%-
XYZ15.5316.0243.87-
YUV103.54169.4593.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.90%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 177 (69.53% from 255) = 51.16%
R=15.90%
G=32.95%
B=51.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551141770.690.3600.31210.9852.5945.49
Hex3772B1452401Fd3352d
Octal67162261105440373236555
Binary110111111001010110001100010110010001111111010011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3772B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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