#3173AA

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

Shades of Lochmara #3173AA

Tints of Lochmara #3173AA

Color information

#3173AA (or 0x3173AA) is unknown color: approx Lochmara. HEX triplet: 31, 73 and AA. RGB value is (49,115,170). Sum of RGB (Red+Green+Blue) = 49+115+170=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #3173AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3173AA is #CE8C55. Grayscale: #656565. Windows color (decimal): -13536342 or 11170609. OLE color: 11170609.

HSL color Cylindrical-coordinate representation of color #3173AA: hue angle of 207.27º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3173AA is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB49115170-
CMYK0.710.3200.33
HSL207.27º55.25%42.94%-
HSV(B)207.27º71.18%66.67%-
XYZ14.6515.8240.31-
YUV101.54166.6390.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.67%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=14.67%
G=34.43%
B=50.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491151700.710.3200.33207.2755.2542.94
Hex3173AA4720021cf372b
Octal61163252107400413176753
Binary1100011110011101010101000111100000010000111001111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3173AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,115,170); }

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

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

 a { background-color: rgb(49,115,170); }

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

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

 span { border-color: rgb(49,115,170); }

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