#2863AE

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

Shades of Lochmara #2863AE

Tints of Lochmara #2863AE

Color information

#2863AE (or 0x2863AE) is unknown color: approx Lochmara. HEX triplet: 28, 63 and AE. RGB value is (40,99,174). Sum of RGB (Red+Green+Blue) = 40+99+174=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #2863AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2863AE is #D79C51. Grayscale: #595959. Windows color (decimal): -14130258 or 11428648. OLE color: 11428648.

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

Color convert

RGB4099174-
CMYK0.770.4300.32
HSL213.58º62.62%41.96%-
HSV(B)213.58º77.01%68.24%-
XYZ12.9812.4341.76-
YUV89.91175.4592.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.78%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 174 (68.36% from 255) = 55.59%
R=12.78%
G=31.63%
B=55.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal40991740.770.4300.32213.5862.6241.96
Hex2863AE4D2B020d63f2a
Octal50143256115530403267752
Binary1010001100011101011101001101101011010000011010110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2863AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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