#2E74A9

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

Shades of Lochmara #2E74A9

Tints of Lochmara #2E74A9

Color information

#2E74A9 (or 0x2E74A9) is unknown color: approx Lochmara. HEX triplet: 2E, 74 and A9. RGB value is (46,116,169). Sum of RGB (Red+Green+Blue) = 46+116+169=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 169 (66.41% from 255 or 51.06% from 331); Max value from RGB is 169 - color contains mainly: blue. Hex color #2E74A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E74A9 is #D18B56. Grayscale: #646464. Windows color (decimal): -13732695 or 11105326. OLE color: 11105326.

HSL color Cylindrical-coordinate representation of color #2E74A9: hue angle of 205.85º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E74A9 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB46116169-
CMYK0.730.3100.34
HSL205.85º57.21%42.16%-
HSV(B)205.85º72.78%66.27%-
XYZ14.5315.9439.85-
YUV101.11166.3188.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.90%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 169 (66.41% from 255) = 51.06%
R=13.90%
G=35.05%
B=51.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal461161690.730.3100.34205.8557.2142.16
Hex2E74A9491F022ce392a
Octal56164251111370423167152
Binary101110111010010101001100100111111010001011001110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E74A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,116,169); }

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

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

 a { background-color: rgb(46,116,169); }

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

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

 span { border-color: rgb(46,116,169); }

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