#2877AC

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

Shades of Lochmara #2877AC

Tints of Lochmara #2877AC

Color information

#2877AC (or 0x2877AC) is unknown color: approx Lochmara. HEX triplet: 28, 77 and AC. RGB value is (40,119,172). Sum of RGB (Red+Green+Blue) = 40+119+172=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #2877AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2877AC is #D78853. Grayscale: #656565. Windows color (decimal): -14125140 or 11302696. OLE color: 11302696.

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

Color convert

RGB40119172-
CMYK0.770.3100.33
HSL204.09º62.26%41.57%-
HSV(B)204.09º76.74%67.45%-
XYZ14.9216.6241.45-
YUV101.42167.8384.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.08%
GREEN value IS 119 (46.88% from 255) = 35.95%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=12.08%
G=35.95%
B=51.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal401191720.770.3100.33204.0962.2641.57
Hex2877AC4D1F021cc3e2a
Octal50167254115370413147652
Binary101000111011110101100100110111111010000111001100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2877AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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