#2E67AB

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

Shades of Lochmara #2E67AB

Tints of Lochmara #2E67AB

Color information

#2E67AB (or 0x2E67AB) is unknown color: approx Lochmara. HEX triplet: 2E, 67 and AB. RGB value is (46,103,171). Sum of RGB (Red+Green+Blue) = 46+103+171=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E67AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E67AB is #D19854. Grayscale: #5D5D5D. Windows color (decimal): -13736021 or 11233070. OLE color: 11233070.

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

Color convert

RGB46103171-
CMYK0.730.4000.33
HSL212.64º57.6%42.55%-
HSV(B)212.64º73.1%67.06%-
XYZ13.3313.2240.38-
YUV93.71171.6293.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.38%
GREEN value IS 103 (40.62% from 255) = 32.19%
BLUE value IS 171 (67.19% from 255) = 53.44%
R=14.38%
G=32.19%
B=53.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461031710.730.4000.33212.6457.642.55
Hex2E67AB4928021d53a2b
Octal56147253111500413257253
Binary1011101100111101010111001001101000010000111010101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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