#2977AC

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

Shades of Lochmara #2977AC

Tints of Lochmara #2977AC

Color information

#2977AC (or 0x2977AC) is unknown color: approx Lochmara. HEX triplet: 29, 77 and AC. RGB value is (41,119,172). Sum of RGB (Red+Green+Blue) = 41+119+172=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #2977AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2977AC is #D68853. Grayscale: #656565. Windows color (decimal): -14059604 or 11302697. OLE color: 11302697.

HSL color Cylindrical-coordinate representation of color #2977AC: hue angle of 204.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2977AC is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41119172-
CMYK0.760.3100.33
HSL204.27º61.5%41.76%-
HSV(B)204.27º76.16%67.45%-
XYZ14.9616.6441.45-
YUV101.72167.6684.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.35%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 172 (67.58% from 255) = 51.81%
R=12.35%
G=35.84%
B=51.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411191720.760.3100.33204.2761.541.76
Hex2977AC4C1F021cc3e2a
Octal51167254114370413147652
Binary101001111011110101100100110011111010000111001100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2977AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2977AC; }

 p { color: rgb(41,119,172); }

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

<style>
 a { background-color: #2977AC; }

 a { background-color: rgb(41,119,172); }

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

<style>
 span { border-color: #2977AC; }

 span { border-color: rgb(41,119,172); }

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