#3173B3

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

Shades of Lochmara #3173B3

Tints of Lochmara #3173B3

Color information

#3173B3 (or 0x3173B3) is unknown color: approx Lochmara. HEX triplet: 31, 73 and B3. RGB value is (49,115,179). Sum of RGB (Red+Green+Blue) = 49+115+179=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #3173B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3173B3 is #CE8C4C. Grayscale: #666666. Windows color (decimal): -13536333 or 11760433. OLE color: 11760433.

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

Color convert

RGB49115179-
CMYK0.730.3600.30
HSL209.54º57.02%44.71%-
HSV(B)209.54º72.63%70.2%-
XYZ15.5316.1744.95-
YUV102.56171.1389.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.29%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 179 (70.31% from 255) = 52.19%
R=14.29%
G=33.53%
B=52.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal491151790.730.3600.30209.5457.0244.71
Hex3173B3492401Ed2392d
Octal61163263111440363227155
Binary110001111001110110011100100110010001111011010010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3173B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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