#2878A1

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

Shades of Lochmara #2878A1

Tints of Lochmara #2878A1

Color information

#2878A1 (or 0x2878A1) is unknown color: approx Lochmara. HEX triplet: 28, 78 and A1. RGB value is (40,120,161). Sum of RGB (Red+Green+Blue) = 40+120+161=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 161 (63.28% from 255 or 50.16% from 321); Max value from RGB is 161 - color contains mainly: blue. Hex color #2878A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2878A1 is #D7875E. Grayscale: #646464. Windows color (decimal): -14124895 or 10582056. OLE color: 10582056.

HSL color Cylindrical-coordinate representation of color #2878A1: hue angle of 200.33º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2878A1 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB40120161-
CMYK0.750.2500.37
HSL200.33º60.2%39.41%-
HSV(B)200.33º75.16%63.14%-
XYZ14.0216.4636.16-
YUV100.7516284.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.46%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 161 (63.28% from 255) = 50.16%
R=12.46%
G=37.38%
B=50.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal401201610.750.2500.37200.3360.239.41
Hex2878A14B19025c83c27
Octal50170241113310453107447
Binary101000111100010100001100101111001010010111001000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2878A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2878A1; }

 p { color: rgb(40,120,161); }

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

<style>
 a { background-color: #2878A1; }

 a { background-color: rgb(40,120,161); }

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

<style>
 span { border-color: #2878A1; }

 span { border-color: rgb(40,120,161); }

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