#2867AE

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

Shades of Lochmara #2867AE

Tints of Lochmara #2867AE

Color information

#2867AE (or 0x2867AE) is unknown color: approx Lochmara. HEX triplet: 28, 67 and AE. RGB value is (40,103,174). Sum of RGB (Red+Green+Blue) = 40+103+174=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #2867AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2867AE is #D79851. Grayscale: #5B5B5B. Windows color (decimal): -14129234 or 11429672. OLE color: 11429672.

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

Color convert

RGB40103174-
CMYK0.770.4100.32
HSL211.79º62.62%41.96%-
HSV(B)211.79º77.01%68.24%-
XYZ13.3713.2141.89-
YUV92.26174.1390.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.62%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=12.62%
G=32.49%
B=54.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401031740.770.4100.32211.7962.6241.96
Hex2867AE4D29020d43f2a
Octal50147256115510403247752
Binary1010001100111101011101001101101001010000011010100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2867AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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