#2E6BAD

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

Shades of Lochmara #2E6BAD

Tints of Lochmara #2E6BAD

Color information

#2E6BAD (or 0x2E6BAD) is unknown color: approx Lochmara. HEX triplet: 2E, 6B and AD. RGB value is (46,107,173). Sum of RGB (Red+Green+Blue) = 46+107+173=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E6BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6BAD is #D19452. Grayscale: #5F5F5F. Windows color (decimal): -13734995 or 11365166. OLE color: 11365166.

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

Color convert

RGB46107173-
CMYK0.730.3800.32
HSL211.18º57.99%42.94%-
HSV(B)211.18º73.41%67.84%-
XYZ13.9314.1141.53-
YUV96.28171.2992.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.11%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=14.11%
G=32.82%
B=53.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461071730.730.3800.32211.1857.9942.94
Hex2E6BAD4926020d33a2b
Octal56153255111460403237253
Binary1011101101011101011011001001100110010000011010011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,107,173); }

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

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

 a { background-color: rgb(46,107,173); }

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

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

 span { border-color: rgb(46,107,173); }

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