#3176A9

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

Shades of Lochmara #3176A9

Tints of Lochmara #3176A9

Color information

#3176A9 (or 0x3176A9) is unknown color: approx Lochmara. HEX triplet: 31, 76 and A9. RGB value is (49,118,169). Sum of RGB (Red+Green+Blue) = 49+118+169=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 169 (66.41% from 255 or 50.30% from 336); Max value from RGB is 169 - color contains mainly: blue. Hex color #3176A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3176A9 is #CE8956. Grayscale: #666666. Windows color (decimal): -13535575 or 11105841. OLE color: 11105841.

HSL color Cylindrical-coordinate representation of color #3176A9: hue angle of 205.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3176A9 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB49118169-
CMYK0.710.3000.34
HSL205.5º55.05%42.75%-
HSV(B)205.5º71.01%66.27%-
XYZ14.9116.4739.93-
YUV103.18165.1489.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.58%
GREEN value IS 118 (46.48% from 255) = 35.12%
BLUE value IS 169 (66.41% from 255) = 50.30%
R=14.58%
G=35.12%
B=50.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal491181690.710.3000.34205.555.0542.75
Hex3176A9471E022ce372b
Octal61166251107360423166753
Binary110001111011010101001100011111110010001011001110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3176A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3176A9; }

 p { color: rgb(49,118,169); }

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

<style>
 a { background-color: #3176A9; }

 a { background-color: rgb(49,118,169); }

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

<style>
 span { border-color: #3176A9; }

 span { border-color: rgb(49,118,169); }

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