#2878B4

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

Shades of Lochmara #2878B4

Tints of Lochmara #2878B4

Color information

#2878B4 (or 0x2878B4) is unknown color: approx Lochmara. HEX triplet: 28, 78 and B4. RGB value is (40,120,180). Sum of RGB (Red+Green+Blue) = 40+120+180=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #2878B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2878B4 is #D7874B. Grayscale: #666666. Windows color (decimal): -14124876 or 11827240. OLE color: 11827240.

HSL color Cylindrical-coordinate representation of color #2878B4: hue angle of 205.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2878B4 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB40120180-
CMYK0.780.3300.29
HSL205.71º63.64%43.14%-
HSV(B)205.71º77.78%70.59%-
XYZ15.8317.1845.66-
YUV102.92171.583.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.76%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 180 (70.70% from 255) = 52.94%
R=11.76%
G=35.29%
B=52.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal401201800.780.3300.29205.7163.6443.14
Hex2878B44E2101Dce402b
Octal501702641164103531610053
Binary1010001111000101101001001110100001011101110011101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2878B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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