#2870AE

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

Shades of Lochmara #2870AE

Tints of Lochmara #2870AE

Color information

#2870AE (or 0x2870AE) is unknown color: approx Lochmara. HEX triplet: 28, 70 and AE. RGB value is (40,112,174). Sum of RGB (Red+Green+Blue) = 40+112+174=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #2870AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2870AE is #D78F51. Grayscale: #616161. Windows color (decimal): -14126930 or 11431976. OLE color: 11431976.

HSL color Cylindrical-coordinate representation of color #2870AE: hue angle of 207.76º degrees, saturation: 0.63, 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 #2870AE is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB40112174-
CMYK0.770.3600.32
HSL207.76º62.62%41.96%-
HSV(B)207.76º77.01%68.24%-
XYZ14.3115.142.2-
YUV97.54171.1586.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.27%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 174 (68.36% from 255) = 53.37%
R=12.27%
G=34.36%
B=53.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401121740.770.3600.32207.7662.6241.96
Hex2870AE4D24020d03f2a
Octal50160256115440403207752
Binary1010001110000101011101001101100100010000011010000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2870AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2870AE; }

 p { color: rgb(40,112,174); }

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

<style>
 a { background-color: #2870AE; }

 a { background-color: rgb(40,112,174); }

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

<style>
 span { border-color: #2870AE; }

 span { border-color: rgb(40,112,174); }

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