#2E689F

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

Shades of Lochmara #2E689F

Tints of Lochmara #2E689F

Color information

#2E689F (or 0x2E689F) is unknown color: approx Lochmara. HEX triplet: 2E, 68 and 9F. RGB value is (46,104,159). Sum of RGB (Red+Green+Blue) = 46+104+159=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E689F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E689F is #D19760. Grayscale: #5C5C5C. Windows color (decimal): -13735777 or 10446894. OLE color: 10446894.

HSL color Cylindrical-coordinate representation of color #2E689F: hue angle of 209.2º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E689F is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB46104159-
CMYK0.710.3500.38
HSL209.2º55.12%40.2%-
HSV(B)209.2º71.07%62.35%-
XYZ12.3412.9834.66-
YUV92.93165.2894.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.89%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=14.89%
G=33.66%
B=51.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal461041590.710.3500.38209.255.1240.2
Hex2E689F4723026d13728
Octal56150237107430463216750
Binary1011101101000100111111000111100011010011011010001110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,104,159); }

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

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

 a { background-color: rgb(46,104,159); }

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

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

 span { border-color: rgb(46,104,159); }

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