#3773B3

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

Shades of Lochmara #3773B3

Tints of Lochmara #3773B3

Color information

#3773B3 (or 0x3773B3) is unknown color: approx Lochmara. HEX triplet: 37, 73 and B3. RGB value is (55,115,179). Sum of RGB (Red+Green+Blue) = 55+115+179=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #3773B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3773B3 is #C88C4C. Grayscale: #686868. Windows color (decimal): -13143117 or 11760439. OLE color: 11760439.

HSL color Cylindrical-coordinate representation of color #3773B3: hue angle of 210.97º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3773B3 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB55115179-
CMYK0.690.3600.30
HSL210.97º52.99%45.88%-
HSV(B)210.97º69.27%70.2%-
XYZ15.8416.3344.96-
YUV104.36170.1292.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.76%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 179 (70.31% from 255) = 51.29%
R=15.76%
G=32.95%
B=51.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal551151790.690.3600.30210.9752.9945.88
Hex3773B3452401Ed3352e
Octal67163263105440363236556
Binary110111111001110110011100010110010001111011010011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3773B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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