#3771B5

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

Shades of Lochmara #3771B5

Tints of Lochmara #3771B5

Color information

#3771B5 (or 0x3771B5) is unknown color: approx Lochmara. HEX triplet: 37, 71 and B5. RGB value is (55,113,181). Sum of RGB (Red+Green+Blue) = 55+113+181=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 181 (71.09% from 255 or 51.86% from 349); Max value from RGB is 181 - color contains mainly: blue. Hex color #3771B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3771B5 is #C88E4A. Grayscale: #676767. Windows color (decimal): -13143627 or 11890999. OLE color: 11890999.

HSL color Cylindrical-coordinate representation of color #3771B5: hue angle of 212.38º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3771B5 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB55113181-
CMYK0.700.3800.29
HSL212.38º53.39%46.27%-
HSV(B)212.38º69.61%70.98%-
XYZ15.8215.9645.96-
YUV103.41171.7893.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.76%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 181 (71.09% from 255) = 51.86%
R=15.76%
G=32.38%
B=51.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal551131810.700.3800.29212.3853.3946.27
Hex3771B5462601Dd4352e
Octal67161265106460353246556
Binary110111111000110110101100011010011001110111010100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3771B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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