#2876AC

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

Shades of Lochmara #2876AC

Tints of Lochmara #2876AC

Color information

#2876AC (or 0x2876AC) is unknown color: approx Lochmara. HEX triplet: 28, 76 and AC. RGB value is (40,118,172). Sum of RGB (Red+Green+Blue) = 40+118+172=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #2876AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2876AC is #D78953. Grayscale: #646464. Windows color (decimal): -14125396 or 11302440. OLE color: 11302440.

HSL color Cylindrical-coordinate representation of color #2876AC: hue angle of 204.55º 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 #2876AC is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB40118172-
CMYK0.770.3100.33
HSL204.55º62.26%41.57%-
HSV(B)204.55º76.74%67.45%-
XYZ14.816.3941.41-
YUV100.83168.1684.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.12%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 172 (67.58% from 255) = 52.12%
R=12.12%
G=35.76%
B=52.12%

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
Decimal401181720.770.3100.33204.5562.2641.57
Hex2876AC4D1F021cd3e2a
Octal50166254115370413157652
Binary101000111011010101100100110111111010000111001101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2876AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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