#2E76AB

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

Shades of Lochmara #2E76AB

Tints of Lochmara #2E76AB

Color information

#2E76AB (or 0x2E76AB) is unknown color: approx Lochmara. HEX triplet: 2E, 76 and AB. RGB value is (46,118,171). Sum of RGB (Red+Green+Blue) = 46+118+171=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E76AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E76AB is #D18954. Grayscale: #666666. Windows color (decimal): -13732181 or 11236910. OLE color: 11236910.

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

Color convert

RGB46118171-
CMYK0.730.3100.33
HSL205.44º57.6%42.55%-
HSV(B)205.44º73.1%67.06%-
XYZ14.9616.4840.92-
YUV102.51166.6587.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.73%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=13.73%
G=35.22%
B=51.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461181710.730.3100.33205.4457.642.55
Hex2E76AB491F021cd3a2b
Octal56166253111370413157253
Binary101110111011010101011100100111111010000111001101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E76AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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