#2876AD

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

Shades of Lochmara #2876AD

Tints of Lochmara #2876AD

Color information

#2876AD (or 0x2876AD) is unknown color: approx Lochmara. HEX triplet: 28, 76 and AD. RGB value is (40,118,173). Sum of RGB (Red+Green+Blue) = 40+118+173=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #2876AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2876AD is #D78952. Grayscale: #646464. Windows color (decimal): -14125395 or 11367976. OLE color: 11367976.

HSL color Cylindrical-coordinate representation of color #2876AD: hue angle of 204.81º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2876AD is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB40118173-
CMYK0.770.3200.32
HSL204.81º62.44%41.76%-
HSV(B)204.81º76.88%67.84%-
XYZ14.916.4341.92-
YUV100.95168.6684.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.08%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=12.08%
G=35.65%
B=52.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401181730.770.3200.32204.8162.4441.76
Hex2876AD4D20020cd3e2a
Octal50166255115400403157652
Binary1010001110110101011011001101100000010000011001101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2876AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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