#3176AE

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

Shades of Lochmara #3176AE

Tints of Lochmara #3176AE

Color information

#3176AE (or 0x3176AE) is unknown color: approx Lochmara. HEX triplet: 31, 76 and AE. RGB value is (49,118,174). Sum of RGB (Red+Green+Blue) = 49+118+174=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #3176AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3176AE is #CE8951. Grayscale: #676767. Windows color (decimal): -13535570 or 11433521. OLE color: 11433521.

HSL color Cylindrical-coordinate representation of color #3176AE: hue angle of 206.88º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3176AE is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49118174-
CMYK0.720.3200.32
HSL206.88º56.05%43.73%-
HSV(B)206.88º71.84%68.24%-
XYZ15.3916.6742.45-
YUV103.75167.6488.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.37%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=14.37%
G=34.60%
B=51.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491181740.720.3200.32206.8856.0543.73
Hex3176AE4820020cf382c
Octal61166256110400403177054
Binary1100011110110101011101001000100000010000011001111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3176AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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