#2876AA

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

Shades of Lochmara #2876AA

Tints of Lochmara #2876AA

Color information

#2876AA (or 0x2876AA) is unknown color: approx Lochmara. HEX triplet: 28, 76 and AA. RGB value is (40,118,170). Sum of RGB (Red+Green+Blue) = 40+118+170=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #2876AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2876AA is #D78955. Grayscale: #646464. Windows color (decimal): -14125398 or 11171368. OLE color: 11171368.

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

Color convert

RGB40118170-
CMYK0.760.3100.33
HSL204º61.9%41.18%-
HSV(B)204º76.47%66.67%-
XYZ14.6116.3140.41-
YUV100.61167.1684.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.20%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 170 (66.80% from 255) = 51.83%
R=12.20%
G=35.98%
B=51.83%

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
Decimal401181700.760.3100.3320461.941.18
Hex2876AA4C1F021cc3e29
Octal50166252114370413147651
Binary101000111011010101010100110011111010000111001100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2876AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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