#2E63AC

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

Shades of Lochmara #2E63AC

Tints of Lochmara #2E63AC

Color information

#2E63AC (or 0x2E63AC) is unknown color: approx Lochmara. HEX triplet: 2E, 63 and AC. RGB value is (46,99,172). Sum of RGB (Red+Green+Blue) = 46+99+172=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E63AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E63AC is #D19C53. Grayscale: #5B5B5B. Windows color (decimal): -13737044 or 11297582. OLE color: 11297582.

HSL color Cylindrical-coordinate representation of color #2E63AC: hue angle of 214.76º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E63AC is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4699172-
CMYK0.730.4200.33
HSL214.76º57.8%42.75%-
HSV(B)214.76º73.26%67.45%-
XYZ13.0312.4840.75-
YUV91.48173.4495.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.51%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=14.51%
G=31.23%
B=54.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46991720.730.4200.33214.7657.842.75
Hex2E63AC492A021d73a2b
Octal56143254111520413277253
Binary1011101100011101011001001001101010010000111010111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E63AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E63AC; }

 p { color: rgb(46,99,172); }

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

<style>
 a { background-color: #2E63AC; }

 a { background-color: rgb(46,99,172); }

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

<style>
 span { border-color: #2E63AC; }

 span { border-color: rgb(46,99,172); }

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