#2E64AB

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

Shades of Lochmara #2E64AB

Tints of Lochmara #2E64AB

Color information

#2E64AB (or 0x2E64AB) is unknown color: approx Lochmara. HEX triplet: 2E, 64 and AB. RGB value is (46,100,171). Sum of RGB (Red+Green+Blue) = 46+100+171=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E64AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E64AB is #D19B54. Grayscale: #5B5B5B. Windows color (decimal): -13736789 or 11232302. OLE color: 11232302.

HSL color Cylindrical-coordinate representation of color #2E64AB: hue angle of 214.08º 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 #2E64AB is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB46100171-
CMYK0.730.4200.33
HSL214.08º57.6%42.55%-
HSV(B)214.08º73.1%67.06%-
XYZ13.0312.6440.28-
YUV91.95172.6195.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.51%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=14.51%
G=31.55%
B=53.94%

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
Decimal461001710.730.4200.33214.0857.642.55
Hex2E64AB492A021d63a2b
Octal56144253111520413267253
Binary1011101100100101010111001001101010010000111010110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E64AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,100,171); }

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

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

 a { background-color: rgb(46,100,171); }

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

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

 span { border-color: rgb(46,100,171); }

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