#2E6695

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

Shades of Lochmara #2E6695

Tints of Lochmara #2E6695

Color information

#2E6695 (or 0x2E6695) is unknown color: approx Lochmara. HEX triplet: 2E, 66 and 95. RGB value is (46,102,149). Sum of RGB (Red+Green+Blue) = 46+102+149=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E6695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6695 is #D1996A. Grayscale: #5A5A5A. Windows color (decimal): -13736299 or 9791022. OLE color: 9791022.

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

Color convert

RGB46102149-
CMYK0.690.3200.42
HSL207.38º52.82%38.24%-
HSV(B)207.38º69.13%58.43%-
XYZ11.312.2530.2-
YUV90.61160.9596.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.49%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=15.49%
G=34.34%
B=50.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461021490.690.3200.42207.3852.8238.24
Hex2E6695452002Acf3526
Octal56146225105400523176546
Binary1011101100110100101011000101100000010101011001111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,102,149); }

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

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

 a { background-color: rgb(46,102,149); }

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

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

 span { border-color: rgb(46,102,149); }

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