#2874AC

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

Shades of Lochmara #2874AC

Tints of Lochmara #2874AC

Color information

#2874AC (or 0x2874AC) is unknown color: approx Lochmara. HEX triplet: 28, 74 and AC. RGB value is (40,116,172). Sum of RGB (Red+Green+Blue) = 40+116+172=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #2874AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2874AC is #D78B53. Grayscale: #636363. Windows color (decimal): -14125908 or 11301928. OLE color: 11301928.

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

Color convert

RGB40116172-
CMYK0.770.3300.33
HSL205.45º62.26%41.57%-
HSV(B)205.45º76.74%67.45%-
XYZ14.5715.9241.33-
YUV99.66168.8285.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.20%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 172 (67.58% from 255) = 52.44%
R=12.20%
G=35.37%
B=52.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal401161720.770.3300.33205.4562.2641.57
Hex2874AC4D21021cd3e2a
Octal50164254115410413157652
Binary1010001110100101011001001101100001010000111001101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2874AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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