#2E769C

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

Shades of Lochmara #2E769C

Tints of Lochmara #2E769C

Color information

#2E769C (or 0x2E769C) is unknown color: approx Lochmara. HEX triplet: 2E, 76 and 9C. RGB value is (46,118,156). Sum of RGB (Red+Green+Blue) = 46+118+156=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #2E769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E769C is #D18963. Grayscale: #646464. Windows color (decimal): -13732196 or 10253870. OLE color: 10253870.

HSL color Cylindrical-coordinate representation of color #2E769C: hue angle of 200.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E769C is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB46118156-
CMYK0.710.2400.39
HSL200.73º54.46%39.61%-
HSV(B)200.73º70.51%61.18%-
XYZ13.6115.9433.81-
YUV100.8159.1588.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.38%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 156 (61.33% from 255) = 48.75%
R=14.38%
G=36.88%
B=48.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal461181560.710.2400.39200.7354.4639.61
Hex2E769C4718027c93628
Octal56166234107300473116650
Binary101110111011010011100100011111000010011111001001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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