#3178A5

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

Shades of Lochmara #3178A5

Tints of Lochmara #3178A5

Color information

#3178A5 (or 0x3178A5) is unknown color: approx Lochmara. HEX triplet: 31, 78 and A5. RGB value is (49,120,165). Sum of RGB (Red+Green+Blue) = 49+120+165=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 165 (64.84% from 255 or 49.40% from 334); Max value from RGB is 165 - color contains mainly: blue. Hex color #3178A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3178A5 is #CE875A. Grayscale: #676767. Windows color (decimal): -13535067 or 10844209. OLE color: 10844209.

HSL color Cylindrical-coordinate representation of color #3178A5: hue angle of 203.28º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3178A5 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB49120165-
CMYK0.700.2700.35
HSL203.28º54.21%41.96%-
HSV(B)203.28º70.3%64.71%-
XYZ14.7716.838.06-
YUV103.9162.4888.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.67%
GREEN value IS 120 (47.27% from 255) = 35.93%
BLUE value IS 165 (64.84% from 255) = 49.40%
R=14.67%
G=35.93%
B=49.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal491201650.700.2700.35203.2854.2141.96
Hex3178A5461B023cb362a
Octal61170245106330433136652
Binary110001111100010100101100011011011010001111001011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3178A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3178A5; }

 p { color: rgb(49,120,165); }

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

<style>
 a { background-color: #3178A5; }

 a { background-color: rgb(49,120,165); }

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

<style>
 span { border-color: #3178A5; }

 span { border-color: rgb(49,120,165); }

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