#3773a4

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

Shades of Lochmara #3773A4

Tints of Lochmara #3773A4

Color information

#3773A4 (or 0x3773A4) is unknown color: approx Lochmara. HEX triplet: 37, 73 and A4. RGB value is (55,115,164). Sum of RGB (Red+Green+Blue) = 55+115+164=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #3773A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3773A4 is #C88C5B. Grayscale: #666666. Windows color (decimal): -13143132 or 10777399. OLE color: 10777399.

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

Color convert

RGB55115164-
CMYK0.660.3000.36
HSL206.97º49.77%42.94%-
HSV(B)206.97º66.46%64.31%-
XYZ14.4115.7537.4-
YUV102.65162.6294.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.47%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 164 (64.45% from 255) = 49.10%
R=16.47%
G=34.43%
B=49.10%

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
Decimal551151640.660.3000.36206.9749.7742.94
Hex3773A4421E024cf322b
Octal67163244102360443176253
Binary110111111001110100100100001011110010010011001111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3773a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3773a4; }

 p { color: rgb(55,115,164); }

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

<style>
 a { background-color: #3773a4; }

 a { background-color: rgb(55,115,164); }

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

<style>
 span { border-color: #3773a4; }

 span { border-color: rgb(55,115,164); }

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